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:
Giuseppe Scrivano
2025-12-17 09:39:12 +01:00
committed by GitHub

View File

@@ -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') }}