Skip to content

Commit a4b0fa4

Browse files
build(deps): bump actions/cache from 4.2.2 to 4.2.3 (#359)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f39ab99 commit a4b0fa4

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
58+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
123+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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)