Skip to content

Commit

Permalink
Merge pull request #3 from jsmmr/dependabot/github_actions/develop/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
2 parents 3ec6afd + 3de17e7 commit 106e3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-ruby-${{ matrix.ruby }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 106e3a3

Please sign in to comment.