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