Skip to content

Commit

Permalink
Merge pull request #563 from music-encoding/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
rettinghaus authored Jan 18, 2024
2 parents 8455ef5 + 44fa5b6 commit 64723cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
Expand Down

0 comments on commit 64723cf

Please sign in to comment.