Skip to content

Commit

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

chore(deps): Bump actions/cache from 3.0.8 to 3.0.10
  • Loading branch information
drptbl authored Oct 5, 2022
2 parents 7f76f40 + 6addda3 commit 3d5d63a
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 @@ -51,7 +51,7 @@ jobs:
run: yarn config set cache-folder .yarn-cache
continue-on-error: true

- uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v2
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # pin@v2
with:
path: |
.yarn-cache
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # pin@v1

- name: Cache Docker layers
uses: actions/cache@515d10b4fd9bb4858066bd5769f55bd498dcdd27 # pin@v2
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # pin@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn config set cache-folder .yarn-cache
continue-on-error: true

- uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # pin@v2
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # pin@v2
with:
path: |
.yarn-cache
Expand Down

0 comments on commit 3d5d63a

Please sign in to comment.