Skip to content

Commit 28b0db7

Browse files
renovate[bot]gabrielmfern
authored andcommitted
chore(deps): update buildjet/cache action to v4 (#1830)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 454fdae commit 28b0db7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/bump-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
3030
3131
- name: pnpm Cache
32-
uses: buildjet/cache@v3
32+
uses: buildjet/cache@v4
3333
with:
3434
path: ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
3535
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/bump-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
3030
3131
- name: pnpm Cache
32-
uses: buildjet/cache@v3
32+
uses: buildjet/cache@v4
3333
with:
3434
path: ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
3535
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
2323
2424
- name: pnpm Cache
25-
uses: buildjet/cache@v3
25+
uses: buildjet/cache@v4
2626
with:
2727
path: ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
2828
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -52,7 +52,7 @@ jobs:
5252
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
5353
5454
- name: pnpm Cache
55-
uses: buildjet/cache@v3
55+
uses: buildjet/cache@v4
5656
with:
5757
path: ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
5858
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -85,7 +85,7 @@ jobs:
8585
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
8686
8787
- name: pnpm Cache
88-
uses: buildjet/cache@v3
88+
uses: buildjet/cache@v4
8989
with:
9090
path: ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
9191
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -118,7 +118,7 @@ jobs:
118118
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
119119
120120
- name: pnpm Cache
121-
uses: buildjet/cache@v3
121+
uses: buildjet/cache@v4
122122
with:
123123
path: ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
124124
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)