File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 os : macos-latest
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 - name : Install Nix
3636 uses : cachix/install-nix-action@v31
3737 with :
Original file line number Diff line number Diff line change 1111 arch : [x86_64-linux, aarch64-darwin]
1212 if : github.ref == 'refs/heads/main'
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Check Nix flake inputs
1616 uses : DeterminateSystems/flake-checker-action@v12
1717 # - uses: cachix/install-nix-action@v23
Original file line number Diff line number Diff line change 55 name : Deadnix
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - uses : cachix/install-nix-action@v31
1010 with :
1111 nix_path : nixpkgs=channel:nixos-unstable
Original file line number Diff line number Diff line change 55 name : Check expressions
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - uses : cachix/install-nix-action@v31
1010 with :
1111 install_url : https://nixos.org/nix/install
Original file line number Diff line number Diff line change 55 name : Lint code
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - uses : cachix/install-nix-action@v31
1010 with :
1111 nix_path : nixpkgs=channel:nixos-unstable
Original file line number Diff line number Diff line change 3232 echo "name=$name"
3333 echo "email=$id+$name@users.noreply.github.com"
3434 } >> "$GITHUB_OUTPUT"
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : Setup Git
3737 env :
3838 GIT_USER_NAME : ${{ steps.user-info.outputs.name || 'github-actions[bot]' }}
You can’t perform that action at this time.
0 commit comments