Skip to content

Commit

Permalink
Bump actions/cache to v4
Browse files Browse the repository at this point in the history
    The following actions use a deprecated Node.js version and will be forced to
    run on node20: actions/cache@v3. For more info:
    https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
  • Loading branch information
calebhearth committed Nov 19, 2024
1 parent 1df97e9 commit d504b40
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 @@ -82,7 +82,7 @@ jobs:
run: bundle lock

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/bundle
key: bundle-${{ hashFiles('Gemfile.lock') }}
Expand Down

0 comments on commit d504b40

Please sign in to comment.