File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 - uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.x"
3939 contents : read # This is required for actions/checkout
4040
4141 steps :
42- - uses : actions/checkout@v6
42+ - uses : actions/checkout@v7
4343 with :
4444 lfs : true # For test files
4545 - uses : actions/setup-python@v6
6262 runs-on : ubuntu-latest
6363
6464 steps :
65- - uses : actions/checkout@v6
65+ - uses : actions/checkout@v7
6666 - name : Set up Python
6767 uses : actions/setup-python@v6
6868 with :
8787 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
8888
8989 steps :
90- - uses : actions/checkout@v6
90+ - uses : actions/checkout@v7
9191 - name : Set up Python
9292 uses : actions/setup-python@v6
9393 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818 ref : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments