Skip to content

Commit

Permalink
chore: try busting the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Oct 3, 2022
1 parent 8ceb4ca commit 1afeb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup_job/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ runs:
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: yarn-1234-${{ hashFiles('yarn.lock', '.yarnrc.yml') }}
key: yarn-12345-${{ hashFiles('yarn.lock', '.yarnrc.yml') }}
restore-keys: |
yarn-1234-
yarn-12345-
- run: yarn install
shell: bash

0 comments on commit 1afeb1c

Please sign in to comment.