Skip to content

Commit d1aa3ed

Browse files
chore(deps): bump actions/cache from 4.3.0 to 5.0.3 (#95)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bafc2b commit d1aa3ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "dir=$(corepack yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3232
shell: bash
3333

34-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
34+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3535
with:
3636
path: ${{steps.yarn-cache-dir-path.outputs.dir}}
3737
key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "dir=$(corepack yarn config get cacheFolder)" >> $GITHUB_OUTPUT
4747
shell: bash
4848

49-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
49+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5050
with:
5151
path: ${{steps.yarn-cache-dir-path.outputs.dir}}
5252
key: ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}

0 commit comments

Comments
 (0)