Skip to content

Commit

Permalink
Merge pull request #136 from runtime-shady-backroom/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
runtime-shady-backroom authored Feb 18, 2024
2 parents 5a8f6a1 + f947453 commit 7091587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: git checkout
uses: actions/checkout@v4
- name: Setup workflow cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: git checkout
uses: actions/checkout@v4
- name: Setup workflow cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 7091587

Please sign in to comment.