Skip to content

Commit

Permalink
chore: Bump cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceridan committed Dec 15, 2023
1 parent 20b8739 commit 7c77fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 7c77fea

Please sign in to comment.