Skip to content

Commit 438bc52

Browse files
dependabot[bot]ScottGuymer
authored andcommitted
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 884dd34 commit 438bc52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_workspace.yml

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

63-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
63+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6464
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
6565
with:
6666
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -126,7 +126,7 @@ jobs:
126126
id: yarn-cache-dir-path
127127
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
128128

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

0 commit comments

Comments
 (0)