Skip to content

Commit

Permalink
Try using cache@v4 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLap committed Jan 26, 2025
1 parent aca5ad3 commit 1c5f5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- uses: actions/cache@v2
- uses: actions/cache@v4
if: ${{ env.CACHE_DEPENDENCIES == 'true' }}
with:
# The path given to bundler is used relatively to the directory of the gemfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_on_head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby_version }}"
- uses: actions/cache@v2
- uses: actions/cache@v4
if: "${{ env.CACHE_DEPENDENCIES == 'true' }}"
with:
path: gemfiles/vendor/bundle
Expand Down

0 comments on commit 1c5f5f9

Please sign in to comment.