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@v6
34+ uses : actions/checkout@v7
3535 - name : Install Nix
3636 uses : cachix/install-nix-action@v31
3737 with :
Original file line number Diff line number Diff line change 77 name : Check flake
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6
10+ - uses : actions/checkout@v7
1111 - name : Check Nix flake inputs
1212 uses : DeterminateSystems/flake-checker-action@v12
1313 - uses : cachix/install-nix-action@v31
Original file line number Diff line number Diff line change 77 name : Deadnix
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6
10+ - uses : actions/checkout@v7
1111 - uses : cachix/install-nix-action@v31
1212 with :
1313 nix_path : nixpkgs=channel:nixos-unstable
Original file line number Diff line number Diff line change 77 name : Check expressions
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6
10+ - uses : actions/checkout@v7
1111 - uses : cachix/install-nix-action@v31
1212 with :
1313 install_url : https://nixos.org/nix/install
Original file line number Diff line number Diff line change 77 name : Lint code
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6
10+ - uses : actions/checkout@v7
1111 - uses : cachix/install-nix-action@v31
1212 with :
1313 nix_path : nixpkgs=channel:nixos-unstable
Original file line number Diff line number Diff line change 3535 echo "name=$name"
3636 echo "email=$id+$name@users.noreply.github.com"
3737 } >> "$GITHUB_OUTPUT"
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 - name : Setup Git
4040 env :
4141 GIT_USER_NAME : ${{ steps.user-info.outputs.name || 'github-actions[bot]' }}
You can’t perform that action at this time.
0 commit comments