Skip to content

Commit

Permalink
Merge pull request #283 from Synthetixio/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-2.1.7

chore(deps): bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
drptbl authored Nov 26, 2021
2 parents a8fae0a + 4a67fb2 commit 6ded5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: npm config set cache .npm-cache --global
continue-on-error: true

- uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # pin@v2
- uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # pin@v2
with:
path: |
.npm-cache
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
# continue-on-error: true

# - name: Cache node modules
# uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # pin@v2
# uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # pin@v2
# with:
# path: |
# .npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm config set cache .npm-cache --global
continue-on-error: true

- uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # pin@v2
- uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # pin@v2
with:
path: |
.npm-cache
Expand Down

0 comments on commit 6ded5a6

Please sign in to comment.