From 40a4b18af2739035f2ca9eb26bea8386f4524cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 17 Mar 2024 00:31:26 +0100 Subject: [PATCH] feat(ci): Update outdated actions --- .github/workflows/check.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 86c8239..6530607 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v9 + - uses: DeterminateSystems/nix-installer-action@v10 - if: ${{ github.event_name != 'pull_request' }} # Do not cache pull requests - uses: DeterminateSystems/magic-nix-cache-action@v3 + uses: DeterminateSystems/magic-nix-cache-action@v4 - name: Run `nix flake check` run: nix flake check lockfile: @@ -25,7 +25,7 @@ jobs: if: ${{ github.event_name == 'schedule' }} # only run when scheduled steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v9 + - uses: DeterminateSystems/nix-installer-action@v10 - uses: DeterminateSystems/update-flake-lock@v21 - name: Run `nix flake check` run: nix flake check @@ -34,8 +34,8 @@ jobs: if: ${{ github.event_name != 'schedule' }} # only run when not scheduled steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v9 - - uses: DeterminateSystems/magic-nix-cache-action@v3 + - uses: DeterminateSystems/nix-installer-action@v10 + - uses: DeterminateSystems/magic-nix-cache-action@v4 - name: Build documentation run: nix build .#docs --print-build-logs - name: Upload artifact