diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-17 17:40:58 +0000 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-02-08 12:49:50 +0100 |
| commit | 312fbcf54db606f300129a687f9d3a2f63a903e8 (patch) | |
| tree | ce871c7faf1493c115d97f38969f8bb4052c29c6 | |
| parent | 859ead59f3eec12f5fc667c378d50b734d6b0f60 (diff) | |
| download | gohugo-theme-ed-312fbcf54db606f300129a687f9d3a2f63a903e8.tar.gz | |
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a17e606..e4fef96 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -64,7 +64,7 @@ jobs: node-version: '14' - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
