File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 77 name : benchmark master
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313 - uses : cachix/install-nix-action@v31
Original file line number Diff line number Diff line change 1919 name : benchmark pr
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 - uses : cachix/install-nix-action@v31
Original file line number Diff line number Diff line change 3030 steps :
3131
3232 - name : Checking out the repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0
3636
6161 runs-on : windows-latest
6262 continue-on-error : true
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565
6666 - uses : actions-rust-lang/setup-rust-toolchain@v1
6767 with :
Original file line number Diff line number Diff line change 8080 runs-on : ${{ matrix.os.runs-on }}
8181 needs : release-artifacts
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v5
8484 - name : Log in to registry
8585 run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
8686 - id : build-image
@@ -115,7 +115,7 @@ jobs:
115115 name : " Build MacOS Nickel binaries"
116116 runs-on : [self-hosted, macOS, ARM64]
117117 steps :
118- - uses : actions/checkout@v4
118+ - uses : actions/checkout@v5
119119 with :
120120 ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }}
121121 - name : Build binaries
@@ -138,7 +138,7 @@ jobs:
138138 name : " Build Windows Nickel binaries"
139139 runs-on : windows-latest
140140 steps :
141- - uses : actions/checkout@v4
141+ - uses : actions/checkout@v5
142142 with :
143143 ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }}
144144 - name : Build binaries
Original file line number Diff line number Diff line change 2727 - runner : ubuntu-22.04
2828 target : aarch64
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 with :
3232 ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }}
3333 - uses : actions/setup-python@v5
5656 - runner : ubuntu-22.04
5757 target : aarch64
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - uses : actions/setup-python@v5
6161 with :
6262 python-version : 3.x
8181 - runner : windows-latest
8282 target : x64
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585 with :
8686 ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }}
8787 - uses : actions/setup-python@v5
@@ -110,7 +110,7 @@ jobs:
110110 - runner : macos-14
111111 target : aarch64
112112 steps :
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@v5
114114 with :
115115 ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }}
116116 - uses : actions/setup-python@v5
@@ -131,7 +131,7 @@ jobs:
131131 sdist :
132132 runs-on : ubuntu-latest
133133 steps :
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v5
135135 with :
136136 ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }}
137137 - name : Build sdist
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Install Nix
1414 uses : cachix/install-nix-action@v31
1515 with :
You can’t perform that action at this time.
0 commit comments