File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up Python
14- uses : actions/setup-python@v3
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : ' 3.x'
1717 cache : pip
Original file line number Diff line number Diff line change 1414 # IMPORTANT: this permission is mandatory for trusted publishing
1515 id-token : write
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Set up Python
19- uses : actions/setup-python@v3
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ' 3.x'
2222 cache : pip
3535 if : github.repository_owner == 'pypa'
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 - name : Set up Python
40- uses : actions/setup-python@v3
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : ' 3.x'
4343 cache : pip
You can’t perform that action at this time.
0 commit comments