Skip to content

Commit 155742b

Browse files
authored
Merge pull request #432 from kurtmckee/dependabot/github_actions/github-actions-589d31e782
Bump the github-actions group with 1 update
2 parents f800d50 + 5ef55f9 commit 155742b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: "Restore cache"
9292
id: "restore-cache"
93-
uses: "actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2" # v4.0.0
93+
uses: "actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319" # v4.0.1
9494
with:
9595
# The cache key includes the following to ensure it busts correctly:
9696
#
@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: "Restore cache"
144144
id: "restore-cache"
145-
uses: "actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2" # v4.0.0
145+
uses: "actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319" # v4.0.1
146146
with:
147147
# The cache key includes the following to ensure it busts correctly:
148148
#

0 commit comments

Comments
 (0)