Skip to content

Commit

Permalink
replaced actions/cache@v1 by actions/cache@v4, fixes #378
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHinz committed Jan 15, 2025
1 parent e2041f1 commit 3e8c3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
chrome-version: 125.0.6422
- name: Ruby gem cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand All @@ -55,7 +55,7 @@ jobs:
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: JS package cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 3e8c3f5

Please sign in to comment.