We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ae568 commit dce5bdfCopy full SHA for dce5bdf
2 files changed
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
run: pnpm install --frozen-lockfile
95
96
- name: Cache turbo build setup
97
- uses: actions/cache@v4
+ uses: actions/cache@v5
98
with:
99
path: .turbo
100
key: ${{ runner.os }}-turbo-${{ github.sha }}
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments