Skip to content

Commit e21e84c

Browse files
committed
Upgrade cache
1 parent 66f2110 commit e21e84c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ruby-version: ${{ matrix.ruby-version }}
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: vendor/bundle
2727
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ruby-version: ${{ env.ruby-version }}
1919

20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
path: vendor/bundle
2323
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ruby-version: ${{ env.ruby-version }}
1919

20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
path: vendor/bundle
2323
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)