Skip to content

Commit

Permalink
Merge pull request #316 from hyphacoop/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

Bump actions/cache from 1 to 4
  • Loading branch information
tripledoublev authored Nov 5, 2024
2 parents 91bcec5 + 5d3a1a8 commit d469e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npx honkit build
- name: Cache bundled gems
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: vendor/bundle
# We'd normally use Gemfile.lock, but nonexistent here.
Expand Down

0 comments on commit d469e83

Please sign in to comment.