From afe7212aff11984945c7a1a8b3e6300b05a14fa0 Mon Sep 17 00:00:00 2001 From: Gaspard Wierzbinski Date: Thu, 2 May 2024 12:33:41 -1000 Subject: [PATCH] chore: Update nix-flake.yml to use latest checkout action --- .github/workflows/nix-flake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +