Skip to content

Commit 0d03c12

Browse files
authored
Merge pull request #23 from joshuachp/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 8d66678 + 721a52d commit 0d03c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/cache@v4
16+
- uses: actions/cache@v5
1717
with:
1818
path: |
1919
~/.cargo/bin/

0 commit comments

Comments
 (0)