diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-21 10:28:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 10:28:34 +0900 |
| commit | 31ccefa050512025d7aa61c4378388fd450c2f6f (patch) | |
| tree | fa8cf5bf16b80e2d1f88ed8372f84573e2c1e1e8 /.github/workflows | |
| parent | build(deps): bump actions/setup-node from 4.0.3 to 4.1.0 (#14838) (diff) | |
| download | sharkey-31ccefa050512025d7aa61c4378388fd450c2f6f.tar.gz sharkey-31ccefa050512025d7aa61c4378388fd450c2f6f.tar.bz2 sharkey-31ccefa050512025d7aa61c4378388fd450c2f6f.zip | |
chore(deps): bump actions/cache from 4.1.0 to 4.2.0 (#15095)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4.1.0...v4.2.0)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -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 80cc194a18..9785bb5744 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -75,7 +75,7 @@ jobs: - run: corepack enable - run: pnpm i --frozen-lockfile - name: Restore eslint cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.2.0 with: path: ${{ env.eslint-cache-path }} key: eslint-${{ env.eslint-cache-version }}-${{ matrix.workspace }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.ref_name }}-${{ github.sha }} |