Skip to content

Commit 407ff71

Browse files
authored
Merge pull request #126 from timoa/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5.0.5
2 parents f96dcc3 + 66447e2 commit 407ff71

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7171

7272
- name: Cache pnpm store
73-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
73+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7474
with:
7575
path: ${{ steps.pnpm-store.outputs.STORE_PATH }}
7676
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
8080

8181
- name: Cache pnpm store
82-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
82+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8383
with:
8484
path: ${{ steps.pnpm-store.outputs.STORE_PATH }}
8585
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}-node-${{ hashFiles('.nvmrc') }}

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
6464

6565
- name: Cache pnpm store
66-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
66+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6767
with:
6868
path: ${{ steps.pnpm-store.outputs.STORE_PATH }}
6969
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -156,7 +156,7 @@ jobs:
156156
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
157157

158158
- name: Cache pnpm store
159-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
159+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
160160
with:
161161
path: ${{ steps.pnpm-store.outputs.STORE_PATH }}
162162
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4747

4848
- name: Cache pnpm store
49-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
49+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5050
with:
5151
path: ${{ steps.pnpm-store.outputs.STORE_PATH }}
5252
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -117,7 +117,7 @@ jobs:
117117
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
118118

119119
- name: Cache pnpm store
120-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
120+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
121121
with:
122122
path: ${{ steps.pnpm-store.outputs.STORE_PATH }}
123123
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)