Skip to content

Commit

Permalink
chore: update actions/cache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Mar 26, 2021
1 parent 93293b0 commit 69e1549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
key: ${{ runner.os }}-gems-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-\
${{ runner.os }}-gems-
- uses: ./
with:
provider: 'github'
Expand Down

0 comments on commit 69e1549

Please sign in to comment.