Skip to content

Commit

Permalink
Update action/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
janbiedermann committed May 3, 2024
1 parent 9ed93c6 commit ca8bacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
bundler-cache: false
- run: ruby bin/git-submodule-fast-install
- run: bundle lock
- uses: actions/cache@v3
- uses: actions/cache@v4
env:
KEY_PREFIX: ${{ runner.os }}-${{ matrix.combo.ruby || env.DEFAULT_RUBY }}
with:
Expand All @@ -115,7 +115,7 @@ jobs:
${{ env.KEY_PREFIX }}-gem-${{ github.ref }}
${{ env.KEY_PREFIX }}-gem-master
${{ env.KEY_PREFIX }}-gem-
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-npm-${{ github.ref }}-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit ca8bacf

Please sign in to comment.