Skip to content

Commit

Permalink
Merge pull request #10 from joelschutz/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
joelschutz committed Mar 8, 2024
2 parents 248f08f + fab2c2a commit 8131748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
Expand Down

0 comments on commit 8131748

Please sign in to comment.