Skip to content

Commit

Permalink
Merge pull request #95 from ytkg/patch-2
Browse files Browse the repository at this point in the history
Bump actions/cache from v2 to v4
  • Loading branch information
onk authored Feb 3, 2024
2 parents 29c2d49 + e71164d commit 8010f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache vendor/bundle
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor/bundle
key: v1-gem-${{ runner.os }}-${{ matrix.ruby }}-${{ github.sha }}
Expand Down

0 comments on commit 8010f3a

Please sign in to comment.