Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 4, 2024
1 parent c88217c commit ac70d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Cache Installations
id: cache-installs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.local
key: install-${{ env.INSTALL_CACHE_HASH }}-2
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Cache Installations
id: cache-installs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.local
key: install-${{ env.INSTALL_CACHE_HASH }}-0
Expand Down

0 comments on commit ac70d6d

Please sign in to comment.