Skip to content

Commit 73900c8

Browse files
renovate[bot]eMerzh
authored andcommitted
chore(deps): update actions/cache action to v4.3.0
1 parent 59b7cda commit 73900c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4747
48-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949
name: Setup pnpm cache
5050
with:
5151
path: |

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
2828
29-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3030
name: Setup pnpm cache
3131
with:
3232
path: |

0 commit comments

Comments
 (0)