File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545 - name : Setup node
4646 id : node
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v5
4848 with :
4949 node-version : ${{ env.NODE_VERSION }}
5050
5656
5757 - name : Setup python
5858 id : python
59- uses : actions/setup-python@v5
59+ uses : actions/setup-python@v6
6060 with :
6161 python-version : ' 3.12'
6262
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 - name : Setup python
165165 id : python
166166 if : false
167- uses : actions/setup-python@v5
167+ uses : actions/setup-python@v6
168168 with :
169169 python-version : ' 3.11'
170170
Original file line number Diff line number Diff line change 5858
5959 - name : Setup python
6060 id : python
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : ' 3.11'
6464
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ jobs:
238238
239239 - name : Setup python
240240 id : setup-python
241- uses : actions/setup-python@v5
241+ uses : actions/setup-python@v6
242242 with :
243243 python-version : ' 3.11'
244244
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v5
2727
2828 - name : Install Python 3.9
29- uses : actions/setup-python@v5 # https://github.com/actions/setup-python
29+ uses : actions/setup-python@v6 # https://github.com/actions/setup-python
3030 with :
3131 python-version : ' 3.9'
3232
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Check if latest GitHub release
1616 id : check-release
17- uses : actions/github-script@v7
17+ uses : actions/github-script@v8
1818 with :
1919 script : |
2020 const latestRelease = await github.rest.repos.getLatestRelease({
You can’t perform that action at this time.
0 commit comments