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.
2 parents df11983 + 5193ea8 commit b4e7083Copy full SHA for b4e7083
.github/workflows/lint.yml
@@ -47,7 +47,7 @@ jobs:
47
- uses: extractions/setup-just@v3
48
49
- name: Cache turbo
50
- uses: actions/cache@v4
+ uses: actions/cache@v5
51
with:
52
path: .turbo
53
key: turbo-lint-ext-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.sha }}
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
key: turbo-lint-view-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.sha }}
0 commit comments