Skip to content

Commit ae0dcda

Browse files
committed
Action cache upgraded.
1 parent 83e4939 commit ae0dcda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages-deploy.yml.hook

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Bundle Caching
2626
id: bundle-cache
27-
uses: actions/cache@v1
27+
uses: actions/cache@v4
2828
with:
2929
path: vendor/bundle
3030
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Bundle Caching
7171
id: bundle-cache
72-
uses: actions/cache@v1
72+
uses: actions/cache@v4
7373
with:
7474
path: vendor/bundle
7575
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}

0 commit comments

Comments
 (0)