Skip to content

Commit

Permalink
Merge pull request #21 from mi-wada/use-actions_cache_v4
Browse files Browse the repository at this point in the history
chore: Update actions/cache to v4
  • Loading branch information
mi-wada authored Oct 3, 2024
2 parents 0fb04ad + 4241986 commit 7438ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Generate Gemfile.lock
run: bundle lock --lockfile=Gemfile.lock
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: vendor/bundle
key: bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
Expand All @@ -54,7 +54,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Generate Gemfile.lock
run: bundle lock --lockfile=Gemfile.lock
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: vendor/bundle
key: bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 7438ee1

Please sign in to comment.