Skip to content

Commit a0b93ac

Browse files
chore(deps): bump actions/cache from 3.0.11 to 3.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b9285d commit a0b93ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(yarn cache dir)"
3737

3838
- name: Cache node_modules
39-
uses: actions/cache@v3.0.11
39+
uses: actions/cache@v3.2.2
4040
with:
4141
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
4242
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(yarn cache dir)"
3737

3838
- name: Cache node_modules
39-
uses: actions/cache@v3.0.11
39+
uses: actions/cache@v3.2.2
4040
with:
4141
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
4242
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -73,7 +73,7 @@ jobs:
7373
run: echo "::set-output name=dir::$(yarn cache dir)"
7474

7575
- name: Cache node_modules
76-
uses: actions/cache@v3.0.11
76+
uses: actions/cache@v3.2.2
7777
with:
7878
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
7979
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -110,7 +110,7 @@ jobs:
110110
run: echo "::set-output name=dir::$(yarn cache dir)"
111111

112112
- name: Cache node_modules
113-
uses: actions/cache@v3.0.11
113+
uses: actions/cache@v3.2.2
114114
with:
115115
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
116116
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)