aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLeander Scherer <80996591+schererleander@users.noreply.github.com>2025-10-20 11:59:06 +0200
committerGitHub <noreply@github.com>2025-10-20 11:59:06 +0200
commitf73c77193c47095a272902531cd4fbee2cecf470 (patch)
tree75f6d420609dc3dcc37f6f061a9f5ea8e25f6a68 /.github/workflows
parent4d5845277278fc1136fec1cfe908a48c16c7efff (diff)
Change actions to use 'main' branch
Updated actions to use 'main' branch instead of specific versions.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index df5e186..f25b42f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,6 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: DeterminateSystems/nix-installer-action@v14
- - uses: DeterminateSystems/magic-nix-cache-action@v6
+ - uses: DeterminateSystems/nix-installer-action@main
+ - uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check --all-systems