Skip to content

Commit dce5bdf

Browse files
chore(deps): bump actions/cache from 4 to 5 (#469)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05ae568 commit dce5bdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: pnpm install --frozen-lockfile
9595

9696
- name: Cache turbo build setup
97-
uses: actions/cache@v4
97+
uses: actions/cache@v5
9898
with:
9999
path: .turbo
100100
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: pnpm install --frozen-lockfile
4646

4747
- name: Cache turbo build setup
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
path: .turbo
5151
key: ${{ runner.os }}-turbo-${{ github.sha }}

0 commit comments

Comments
 (0)