Skip to content

Commit

Permalink
Merge pull request #760 from voc/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-4.2.0

Bump actions/cache from 3.2.4 to 4.2.0
  • Loading branch information
danimo authored Jan 16, 2025
2 parents 31206c6 + 68cefd7 commit fb887ab
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 @@ -49,7 +49,7 @@ jobs:
cp config/database.yml.template config/database.yml
- name: Cache dependencies
uses: actions/cache@v3.2.4
uses: actions/cache@v4.2.0
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit fb887ab

Please sign in to comment.