build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7ee9318bd0
commit
8eabeb2c39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock-update.yaml
vendored
2
.github/workflows/lock-update.yaml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Cache nixpkgs mirror
|
- name: Cache nixpkgs mirror
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: .cache/nixpkgs.git
|
path: .cache/nixpkgs.git
|
||||||
key: nixpkgs-mirror-v1
|
key: nixpkgs-mirror-v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue