diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6790b5d..6f4c195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Run checks run: nix flake check -L @@ -31,7 +31,7 @@ jobs: with: name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Run build run: nix-build --no-out-link . - name: Create artifact @@ -53,7 +53,7 @@ jobs: with: name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Run build run: nix-build --no-out-link . - name: Create artifact diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b4ceb85..674d0e6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: with: name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Run build run: nix-build .github/pages.nix - name: Upload artifact