diff --git a/.github/workflows/nix-flake.yml b/.github/workflows/nix-flake.yml index cf73409..5c2872b 100644 --- a/.github/workflows/nix-flake.yml +++ b/.github/workflows/nix-flake.yml @@ -15,7 +15,7 @@ jobs: id-token: "write" contents: "read" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/flake-checker-action@main @@ -25,4 +25,4 @@ jobs: run: nix flake check - name: Build migrations run: nix build .#migration - \ No newline at end of file +