Skip to content

Commit

Permalink
Merge pull request #8 from dieghernan/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
2 parents c1b4a61 + 28cebb3 commit 751acc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chulapa-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: docs/vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
Expand Down

0 comments on commit 751acc2

Please sign in to comment.