mirror of
https://github.com/containers/crun.git
synced 2026-02-05 06:45:40 +01:00
Merge pull request #1931 from containers/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: actions/cache@v4
|
||||
- uses: actions/cache@v5
|
||||
with:
|
||||
path: .cache
|
||||
key: nix-v1-2.24.9-${{ hashFiles('nix/nixpkgs.json') }}
|
||||
|
||||
Reference in New Issue
Block a user