Loading .github/workflows/basic-eval.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 - uses: cachix/cachix-action@v12 with: # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere. Loading .github/workflows/check-by-name.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 - name: Determining channel to use for dependencies run: | echo "Determining which channel to use for PR base branch $GITHUB_BASE_REF" Loading .github/workflows/check-maintainers-sorted.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: with: # pull_request_target checks out the base branch by default ref: refs/pull/${{ github.event.pull_request.number }}/merge - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 with: # explicitly enable sandbox extra_nix_config: sandbox = true Loading .github/workflows/editorconfig.yml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ jobs: with: # pull_request_target checks out the base branch by default ref: refs/pull/${{ github.event.pull_request.number }}/merge - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 with: # nixpkgs commit is pinned so that it doesn't break # editorconfig-checker 2.4.0 Loading .github/workflows/manual-nixos.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: with: # pull_request_target checks out the base branch by default ref: refs/pull/${{ github.event.pull_request.number }}/merge - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 with: # explicitly enable sandbox extra_nix_config: sandbox = true Loading Loading
.github/workflows/basic-eval.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 - uses: cachix/cachix-action@v12 with: # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere. Loading
.github/workflows/check-by-name.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 - name: Determining channel to use for dependencies run: | echo "Determining which channel to use for PR base branch $GITHUB_BASE_REF" Loading
.github/workflows/check-maintainers-sorted.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: with: # pull_request_target checks out the base branch by default ref: refs/pull/${{ github.event.pull_request.number }}/merge - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 with: # explicitly enable sandbox extra_nix_config: sandbox = true Loading
.github/workflows/editorconfig.yml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ jobs: with: # pull_request_target checks out the base branch by default ref: refs/pull/${{ github.event.pull_request.number }}/merge - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 with: # nixpkgs commit is pinned so that it doesn't break # editorconfig-checker 2.4.0 Loading
.github/workflows/manual-nixos.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: with: # pull_request_target checks out the base branch by default ref: refs/pull/${{ github.event.pull_request.number }}/merge - uses: cachix/install-nix-action@v22 - uses: cachix/install-nix-action@v23 with: # explicitly enable sandbox extra_nix_config: sandbox = true Loading