From 5b094459a181e6eed132756352987b1cc417189e Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 3 Apr 2024 22:38:30 +0200 Subject: [PATCH] Update checkout action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54e7c2f..6c5fd5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.1 - uses: cachix/install-nix-action@v26 - uses: DeterminateSystems/magic-nix-cache-action@main - name: Tests