Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump actions/cache from 4.1.2 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6849a64...1bd1e32)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 6, 2024
1 parent f8a9584 commit 94c79cc
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-lint-snap.yaml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
run: npm install -g corepack && corepack enable

- name: Yarn Cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ env.PROJECT_DIRECTORY }}/.yarn/cache
key: yarn-cache-${{ runner.os }}-${{ runner.arch }}-${{ inputs.snap-package-dir }}-${{ hashFiles(format('packages/{0}/yarn.lock', inputs.snap-package-dir)) }}
@@ -56,7 +56,7 @@ jobs:
yarn-cache-${{ runner.os }}-${{ inputs.snap-package-dir }}-
- name: Node Modules Cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
${{ env.PROJECT_DIRECTORY }}/node_modules
4 changes: 2 additions & 2 deletions .github/workflows/zxc-test-snap.yaml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
run: npm install -g corepack && corepack enable

- name: Yarn Cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ env.PROJECT_DIRECTORY }}/.yarn/cache
key: yarn-cache-${{ runner.os }}-${{ runner.arch }}-${{ inputs.snap-package-dir }}-${{ hashFiles(format('packages/{0}/yarn.lock', inputs.snap-package-dir)) }}
@@ -60,7 +60,7 @@ jobs:
yarn-cache-${{ runner.os }}-${{ inputs.snap-package-dir }}-
- name: Node Modules Cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
${{ env.PROJECT_DIRECTORY }}/node_modules

0 comments on commit 94c79cc

Please sign in to comment.