Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#607)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 401bdc9 commit 0616983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/simple-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:

- name: Cache and restore Mandrel distro
id: check-mandrel-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.MANDREL_FILE }}
key: mandrel-distro-${{ env.MANDREL_VERSION }}
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:

- name: Cache and restore Mandrel distro
id: check-mandrel-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.MANDREL_FILE }}
key: mandrel-distro-${{ env.MANDREL_VERSION }}
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:

- name: Cache and restore Mandrel distro
id: check-mandrel-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.MANDREL_FILE }}
key: mandrel-distro-${{ env.MANDREL_VERSION }}
Expand Down

0 comments on commit 0616983

Please sign in to comment.