diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-02-24 14:06:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 14:06:41 +0900 |
| commit | 5a97f040c73670a013eb2a74296e2aac3e7b45e5 (patch) | |
| tree | ac04f55a9175abba47e7bac97ea17d8e4b6db4b6 | |
| parent | chore(deps): update [tools] update dependencies (#15540) (diff) | |
| download | sharkey-5a97f040c73670a013eb2a74296e2aac3e7b45e5.tar.gz sharkey-5a97f040c73670a013eb2a74296e2aac3e7b45e5.tar.bz2 sharkey-5a97f040c73670a013eb2a74296e2aac3e7b45e5.zip | |
chore(deps): update actions/cache action to v4.2.1 (#15541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f9d25ff35..a34ac38d74 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -79,7 +79,7 @@ jobs: - run: corepack enable - run: pnpm i --frozen-lockfile - name: Restore eslint cache - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 with: path: ${{ env.eslint-cache-path }} key: eslint-${{ env.eslint-cache-version }}-${{ matrix.workspace }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.ref_name }}-${{ github.sha }} |