Skip to content

Commit 07c0981

Browse files
authored
Merge pull request #44 from telemetryflow/dependabot/github_actions/actions/cache-5
chore(ci)(deps): bump actions/cache from 4 to 5
2 parents fa7aa28 + cf20fc0 commit 07c0981

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
104104
105105
- name: Setup pnpm cache
106-
uses: actions/cache@v4
106+
uses: actions/cache@v5
107107
with:
108108
path: ${{ env.STORE_PATH }}
109109
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -198,7 +198,7 @@ jobs:
198198
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
199199
200200
- name: Setup pnpm cache
201-
uses: actions/cache@v4
201+
uses: actions/cache@v5
202202
with:
203203
path: ${{ env.STORE_PATH }}
204204
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -246,7 +246,7 @@ jobs:
246246
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
247247
248248
- name: Setup pnpm cache
249-
uses: actions/cache@v4
249+
uses: actions/cache@v5
250250
with:
251251
path: ${{ env.STORE_PATH }}
252252
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -347,7 +347,7 @@ jobs:
347347
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
348348
349349
- name: Setup pnpm cache
350-
uses: actions/cache@v4
350+
uses: actions/cache@v5
351351
with:
352352
path: ${{ env.STORE_PATH }}
353353
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -483,7 +483,7 @@ jobs:
483483
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
484484
485485
- name: Setup pnpm cache
486-
uses: actions/cache@v4
486+
uses: actions/cache@v5
487487
with:
488488
path: ${{ env.STORE_PATH }}
489489
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -580,7 +580,7 @@ jobs:
580580
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
581581
582582
- name: Setup pnpm cache
583-
uses: actions/cache@v4
583+
uses: actions/cache@v5
584584
with:
585585
path: ${{ env.STORE_PATH }}
586586
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -635,7 +635,7 @@ jobs:
635635
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
636636
637637
- name: Setup pnpm cache
638-
uses: actions/cache@v4
638+
uses: actions/cache@v5
639639
with:
640640
path: ${{ env.STORE_PATH }}
641641
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)