Skip to content

Commit 0e21934

Browse files
authored
Merge pull request #98 from cipherstash/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents a6f2f48 + e921b9f commit 0e21934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v5
2222

23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
path: |
2626
~/.cargo/bin/

0 commit comments

Comments
 (0)