File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 - " 3.14"
1616 steps :
1717 - name : Check out repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - name : Install Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 check-latest : true
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Check out repository
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 - name : Install Python
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : " 3.x"
4040 check-latest : true
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Check out repository
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 - name : Install Python
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : " 3.x"
5757 check-latest : true
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 id-token : write
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 ref : ${{ github.event.release.tag_name }}
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.x"
2020 check-latest : true
You can’t perform that action at this time.
0 commit comments