Skip to content

Commit e7e7af0

Browse files
committed
Bump actions/cache to v3
1 parent 7aea975 commit e7e7af0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
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@v3
2525
with:
2626
path: vendor/bundle
2727
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ruby-version: ${{ env.ruby-version }}
2222

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

.github/workflows/dev_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
ruby-version: ${{ env.ruby-version }}
6464

65-
- uses: actions/cache@v2
65+
- uses: actions/cache@v3
6666
with:
6767
path: vendor/bundle
6868
key: gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)