Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Set up Node.js cache
if: inputs.site-enabled
id: nodejs-cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
# We should be calculating the cache key using `package-lock.json` instead!
# See https://stackoverflow.com/a/48524475/1278899
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
# Node.js cache is needed for Antora
- name: Set up Node.js cache
id: nodejs-cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
# We should be calculating the cache key using `package-lock.json` instead!
# See https://stackoverflow.com/a/48524475/1278899
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-site-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Node.js cache is needed for Antora
- name: Restore Node.js cache
id: nodejs-cache-restore
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
# The cache is OS independent
enableCrossOsArchive: true
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
# Checking out a new branch will delete the `node_modules` folder,
# so we need to save the cache here.
- name: Save Node.js cache
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
key: ${{ steps.nodejs-cache-restore.outputs.cache-primary-key }}
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-reproducibility-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# preventing reproducibility results from being affected by cached outputs from other workflows.
#
- name: Set up Maven Cache
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
path: ~/.m2/repository
key: "${{ env.CACHE_KEY }}-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}"
Expand Down
4 changes: 2 additions & 2 deletions src/changelog/.12.x.x/update_actions_cache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
<issue id="431" link="https://github.com/apache/logging-parent/pull/431"/>
<description format="asciidoc">Update `actions/cache` to version `4.2.4`</description>
<issue id="448" link="https://github.com/apache/logging-parent/pull/448"/>
<description format="asciidoc">Update `actions/cache` to version `4.3.0`</description>
</entry>