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 2828            architecture : arm64 
2929    runs-on : ${{ matrix.os.runs-on }} 
3030    steps :
31-       - uses : actions/checkout@v4  
31+       - uses : actions/checkout@v5  
3232        with :
3333          ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }} 
3434      - uses : cachix/install-nix-action@v31 
9696    name : " Build MacOS Nickel binaries" 
9797    runs-on : [self-hosted, macOS, ARM64] 
9898    steps :
99-       - uses : actions/checkout@v4  
99+       - uses : actions/checkout@v5  
100100        with :
101101          ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }} 
102102      - name : Build binaries 
@@ -119,7 +119,7 @@ jobs:
119119    name : " Build Windows Nickel binaries" 
120120    runs-on : windows-latest 
121121    steps :
122-       - uses : actions/checkout@v4  
122+       - uses : actions/checkout@v5  
123123        with :
124124          ref : ${{ github.event_name == 'release' && '' || github.event.inputs.release_tag }} 
125125      - 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