Skip to content

Commit

Permalink
chore(deps): bump actions/cache
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 04f198bf0b2a39f7230a4304bf07747a0bddf146 to 67b839edb68371cc5014f6cea11c9aa77238de78.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@04f198b...67b839e)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2023
1 parent c0b7341 commit 9743bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Cache node modules
uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146
uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Cache node modules
uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146
uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 9743bfb

Please sign in to comment.