Skip to content

Commit 6002b5f

Browse files
authored
Merge pull request #12 from scientist-labs/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents e1a9ec4 + dd3ee51 commit 6002b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v5
8-
- uses: actions/cache@v3
8+
- uses: actions/cache@v4
99
with:
1010
path: |
1111
~/.cargo/registry

0 commit comments

Comments
 (0)