Skip to content

Commit 78cd205

Browse files
authored
Merge pull request #25 from octet-stream/dependabot/github_actions/actions/cache-4
2 parents 1aead40 + ee7518e commit 78cd205

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
5252
53-
- uses: actions/cache@v3
53+
- uses: actions/cache@v4
5454
name: Setup pnpm cache
5555
with:
5656
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4545
46-
- uses: actions/cache@v3
46+
- uses: actions/cache@v4
4747
name: Setup pnpm cache
4848
with:
4949
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3636
37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
name: Setup pnpm cache
3939
with:
4040
path: ${{steps.pnpm-cache.outputs.STORE_PATH}}

.github/workflows/typescript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4242
43-
- uses: actions/cache@v3
43+
- uses: actions/cache@v4
4444
name: Setup pnpm cache
4545
with:
4646
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)