Skip to content

Commit e4be5c4

Browse files
authored
Upgrade cache action from v2 to v4
1 parent 74de40d commit e4be5c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313

1414
# Use GitHub Actions' cache to cache dependencies on servers
15-
- uses: actions/cache@v2
15+
- uses: actions/cache@v4
1616
with:
1717
path: vendor/bundle
1818
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)