Skip to content

Commit 32aa484

Browse files
authored
Update dev_deploy.yml (#255)
1 parent 69a8ea9 commit 32aa484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
ruby-version: ${{ env.ruby-version }}
3737

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

0 commit comments

Comments
 (0)