Skip to content

Commit 6793aed

Browse files
authored
Merge pull request #67 from ether/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 6756732 + 4880e73 commit 6793aed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
run: |
3737
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v5
3939
name: Setup pnpm cache
4040
with:
4141
path: ${{ env.STORE_PATH }}

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash
2525
run: |
2626
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
name: Setup pnpm cache
2929
with:
3030
path: ${{ env.STORE_PATH }}

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
run: |
2929
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
name: Setup pnpm cache
3232
with:
3333
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)