Skip to content

Commit db01359

Browse files
Bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2974028 commit db01359

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get yarn cache directory path
1919
id: yarn-cache-dir-path
2020
run: echo "::set-output name=dir::$(yarn cache dir)"
21-
- uses: actions/cache@v4.0.1
21+
- uses: actions/cache@v4.0.2
2222
id: yarn-cache
2323
with:
2424
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path
1919
run: echo "::set-output name=dir::$(yarn cache dir)"
20-
- uses: actions/cache@v4.0.1
20+
- uses: actions/cache@v4.0.2
2121
id: yarn-cache
2222
with:
2323
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path
1919
run: echo "::set-output name=dir::$(yarn cache dir)"
20-
- uses: actions/cache@v4.0.1
20+
- uses: actions/cache@v4.0.2
2121
id: yarn-cache
2222
with:
2323
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)