summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-02-24 14:06:41 +0900
committerGitHub <noreply@github.com>2025-02-24 14:06:41 +0900
commit5a97f040c73670a013eb2a74296e2aac3e7b45e5 (patch)
treeac04f55a9175abba47e7bac97ea17d8e4b6db4b6
parentchore(deps): update [tools] update dependencies (#15540) (diff)
downloadsharkey-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.yml2
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 }}