We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd39c5e commit 0da6f14Copy full SHA for 0da6f14
.github/workflows/lint.yml
@@ -75,7 +75,7 @@ jobs:
75
- run: corepack enable
76
- run: pnpm i --frozen-lockfile
77
- name: Restore eslint cache
78
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.0
79
with:
80
path: ${{ env.eslint-cache-path }}
81
key: eslint-${{ env.eslint-cache-version }}-${{ matrix.workspace }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.ref_name }}-${{ github.sha }}
0 commit comments