From f73c77193c47095a272902531cd4fbee2cecf470 Mon Sep 17 00:00:00 2001 From: Leander Scherer <80996591+schererleander@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:59:06 +0200 Subject: Change actions to use 'main' branch Updated actions to use 'main' branch instead of specific versions. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.3.1