Skip to content

Commit d3fb90f

Browse files
Merge pull request #174 from Accelo/paul/update-cache-action
Upgrade the cache action in deploy.yml
2 parents dd9d47c + 0662b54 commit d3fb90f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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@v4
2424
with:
2525
path: vendor/bundle
2626
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)