Skip to content

Commit

Permalink
Merge pull request sparanoid#85 from sparanoid/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
sparanoid authored Dec 11, 2024
2 parents 70bbedc + 57559b5 commit caf9068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}

- name: Set up cache key for gems
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-use-ruby-${{ hashFiles('**/Gemfile.lock') }}
Expand All @@ -61,7 +61,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Set up cache key for node_modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit caf9068

Please sign in to comment.