File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 simple-build :
2525 runs-on : ${{ inputs.runs-on }}
2626 steps :
27- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
27+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2828 - name : Install Nix
2929 uses : ./
3030 with :
4040 custom-nix-path :
4141 runs-on : ${{ inputs.runs-on }}
4242 steps :
43- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
43+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4444 - name : Install Nix
4545 uses : ./
4646 with :
5151 extra-nix-config :
5252 runs-on : ${{ inputs.runs-on }}
5353 steps :
54- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
54+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
5555 - name : Install Nix
5656 uses : ./
5757 with :
@@ -64,15 +64,15 @@ jobs:
6464 flakes :
6565 runs-on : ${{ inputs.runs-on }}
6666 steps :
67- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
67+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6868 - name : Install Nix
6969 uses : ./
7070 - run : nix flake show github:NixOS/nixpkgs
7171
7272 latest-installer :
7373 runs-on : ${{ inputs.runs-on }}
7474 steps :
75- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
75+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7676 - name : Run NAR server
7777 run : |
7878 curl --location https://github.com/cachix/nar-toolbox/releases/download/v0.1.0/nar-toolbox-${{ inputs.system }} -O
8989 oldest-supported-installer :
9090 runs-on : ${{ inputs.runs-on }}
9191 steps :
92- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
92+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
9393 - name : Install Nix
9494 uses : ./
9595 with :
Original file line number Diff line number Diff line change 5454 act-support :
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
57+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
5858 - run : curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
5959 - run : docker pull ghcr.io/catthehacker/ubuntu:js-24.04
6060 - run : |
Original file line number Diff line number Diff line change 88 update-nix-releases :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Update nix releases
1313 env :
1414 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments