Skip to content

Commit 089ed46

Browse files
authored
Merge branch 'main' into renovate/rushstack-eslint-patch-1.x-lockfile
2 parents f2f3210 + a06daf3 commit 089ed46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4949
50-
- uses: actions/cache@v3
50+
- uses: actions/cache@v4
5151
name: Setup pnpm cache
5252
with:
5353
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
9191
92-
- uses: actions/cache@v3
92+
- uses: actions/cache@v4
9393
name: Setup pnpm cache
9494
with:
9595
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

apps/nuxt3/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "::set-output name=dir::$(yarn cache dir)"
3535

3636
- name: Cache node_modules 📦
37-
uses: actions/cache@v3.3.3
37+
uses: actions/cache@v4.0.1
3838
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939
with:
4040
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)