File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 with :
3939 access_token : ${{ github.token }}
4040 if : ${{github.ref != 'refs/head/main'}}
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v6
4242 - name : conda cache
43- uses : actions/cache@v3
43+ uses : actions/cache@v5
4444 env :
4545 # Increase this value to reset cache if etc/example-environment.yml has not changed
4646 CACHE_NUMBER : 0
7474 with :
7575 access_token : ${{ github.token }}
7676 if : ${{github.ref != 'refs/head/main'}}
77- - uses : actions/checkout@v2
77+ - uses : actions/checkout@v6
7878 - name : Set up Python ${{ matrix.python-version }}
79- uses : actions/setup-python@v2
79+ uses : actions/setup-python@v6
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282 - name : Get pip cache dir
@@ -101,9 +101,9 @@ jobs:
101101 with :
102102 access_token : ${{ github.token }}
103103 if : ${{github.ref != 'refs/head/main'}}
104- - uses : actions/checkout@v2
104+ - uses : actions/checkout@v6
105105 - name : conda cache
106- uses : actions/cache@v3
106+ uses : actions/cache@v5
107107 env :
108108 # Increase this value to reset cache if etc/example-environment.yml has not changed
109109 CACHE_NUMBER : 0
Original file line number Diff line number Diff line change 2121 build-artifacts :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v6
2525 - name : Set up Python
26- uses : actions/setup-python@v2.3.1
26+ uses : actions/setup-python@v6.2.0
2727 with :
2828 python-version : 3.8
2929
4747 else
4848 echo "✅ Looks good"
4949 fi
50- - uses : actions/upload-artifact@v2
50+ - uses : actions/upload-artifact@v6
5151 with :
5252 name : releases
5353 path : dist
@@ -56,11 +56,11 @@ jobs:
5656 needs : build-artifacts
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/setup-python@v2.3.1
59+ - uses : actions/setup-python@v6.2.0
6060 name : Install Python
6161 with :
6262 python-version : 3.8
63- - uses : actions/download-artifact@v4.1.7
63+ - uses : actions/download-artifact@v8.0.1
6464 with :
6565 name : releases
6666 path : dist
9090 if : github.event_name == 'release'
9191 runs-on : ubuntu-latest
9292 steps :
93- - uses : actions/download-artifact@v4.1.7
93+ - uses : actions/download-artifact@v8.0.1
9494 with :
9595 name : releases
9696 path : dist
You can’t perform that action at this time.
0 commit comments