Skip to content

Commit 0b58465

Browse files
committed
Update actions/cache to version 4.2.3 (#357)
1 parent b12acec commit 0b58465

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Set up Node.js cache
156156
if: inputs.site-enabled
157157
id: nodejs-cache
158-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
158+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
159159
with:
160160
# We should be calculating the cache key using `package-lock.json` instead!
161161
# See https://stackoverflow.com/a/48524475/1278899

.github/workflows/deploy-release-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
# Node.js cache is needed for Antora
166166
- name: Set up Node.js cache
167167
id: nodejs-cache
168-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
168+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
169169
with:
170170
# We should be calculating the cache key using `package-lock.json` instead!
171171
# See https://stackoverflow.com/a/48524475/1278899

.github/workflows/deploy-site-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# Node.js cache is needed for Antora
7777
- name: Set up Node.js cache
7878
id: nodejs-cache
79-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
79+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
8080
with:
8181
# We should be calculating the cache key using `package-lock.json` instead!
8282
# See https://stackoverflow.com/a/48524475/1278899

src/changelog/.12.x.x/update_actions_cache.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="341" link="https://github.com/apache/logging-parent/pull/341"/>
7-
<description format="asciidoc">Update `actions/cache` to version `4.2.2`</description>
6+
<issue id="357" link="https://github.com/apache/logging-parent/pull/357"/>
7+
<description format="asciidoc">Update `actions/cache` to version `4.2.3`</description>
88
</entry>

0 commit comments

Comments
 (0)