Skip to content

Commit

Permalink
Bump actions/checkout and actions/cache (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 authored Feb 6, 2024
1 parent 069f31f commit 1f1bc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- truffleruby
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}

- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.BUNDLE_PATH }}
key: ruby-${{ matrix.ruby }}-gems-${{ hashFiles('config.gemspec', 'gemfiles/**') }}
Expand Down

0 comments on commit 1f1bc5e

Please sign in to comment.