Skip to content

Commit 3e0720e

Browse files
neilmayhewangerman
authored andcommitted
Upgrade cache action
1 parent 2385cbf commit 3e0720e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
with:
4242
ref: main
4343

44-
# See https://github.com/actions/cache/pull/1231
45-
# Astonishingly, this simple bump is not merged and released yet
46-
- uses: kbdharun/cache@8070854e57d983bdd2887b0a708ad985f77398ab
44+
- uses: actions/cache@v5
4745
with:
4846
path: _cache
4947
key: 1 # bump to refresh

0 commit comments

Comments
 (0)