diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-01 13:07:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-01 13:07:59 +0900 |
| commit | e2eddd5b1a0d48373bdea5e2167c891ca3d79914 (patch) | |
| tree | 580fd39763b9934f78f8523a0eac66b4970f0005 /.github | |
| parent | chore(deps): update [misskey-js] update dependencies (#15565) (diff) | |
| download | sharkey-e2eddd5b1a0d48373bdea5e2167c891ca3d79914.tar.gz sharkey-e2eddd5b1a0d48373bdea5e2167c891ca3d79914.tar.bz2 sharkey-e2eddd5b1a0d48373bdea5e2167c891ca3d79914.zip | |
chore(deps): update actions/cache action to v4.2.2 (#15564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -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 a34ac38d74..b1d52e8b3b 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.1 + uses: actions/cache@v4.2.2 with: path: ${{ env.eslint-cache-path }} key: eslint-${{ env.eslint-cache-version }}-${{ matrix.workspace }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.ref_name }}-${{ github.sha }} |