Skip to content

Commit

Permalink
Bump actions/cache from 2 to 4 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 25a73e9 commit 522c6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: bundle exec rake db:fixtures:load

- name: Cache Chromedriver
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/chromedriver
key: chromedriver-${{ hashFiles('**/.github/workflows/ci_tests.yml') }}
Expand Down

0 comments on commit 522c6ee

Please sign in to comment.