Skip to content

Commit

Permalink
Upgrade: [dependabot] - Bump actions/cache from 3 to 4 (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anthony-nhs <[email protected]>
  • Loading branch information
dependabot[bot] and anthony-nhs committed Feb 5, 2024
1 parent 258b9e0 commit 29d4757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
asdf_branch: v0.11.3

- name: Cache asdf
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.asdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
asdf_branch: v0.11.3

- name: Cache asdf
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.asdf
Expand Down

0 comments on commit 29d4757

Please sign in to comment.