chore(deps): update dependency determinatesystems/magic-nix-cache-action to v7 (#18)

This commit is contained in:
renovate[bot] 2024-06-11 10:17:14 +02:00 committed by GitHub
parent f1d56b77ef
commit 17859bc07a
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ let check =
, uses = Some "DeterminateSystems/nix-installer-action@v11"
}
, GithubActions.Step::{
, uses = Some "DeterminateSystems/magic-nix-cache-action@v6"
, uses = Some "DeterminateSystems/magic-nix-cache-action@v7"
}
, GithubActions.Step::{ run = Some "nix flake check --show-trace" }
]

View file

@ -7,7 +7,7 @@ jobs:
- uses: "actions/checkout@v4.1.6"
- uses: "DeterminateSystems/flake-checker-action@v8"
- uses: "DeterminateSystems/nix-installer-action@v11"
- uses: "DeterminateSystems/magic-nix-cache-action@v6"
- uses: "DeterminateSystems/magic-nix-cache-action@v7"
- run: "nix flake check --show-trace"
name: check
'on':