Skip to content

Commit 1ca263c

Browse files
build(deps): bump actions/cache from 4.2.4 to 4.3.0 (#515)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 438f005 commit 1ca263c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: yarn-cache-dir-path
5656
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
5757

58-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
58+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5959
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
6060
with:
6161
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -120,7 +120,7 @@ jobs:
120120
id: yarn-cache-dir-path
121121
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
122122

123-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
123+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
124124
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
125125
with:
126126
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)