File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 88 check-code :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@v7
1212
1313 - uses : actions/setup-python@v6
1414 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818
1919 - name : Initialize CodeQL
2020 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1515 if : github.event_name != 'schedule' && github.event_name != 'workflow_dispatch'
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.12"
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Check Out Release Tag
45- uses : actions/checkout@v6
45+ uses : actions/checkout@v7
4646 with :
4747 ref : ${{ needs.release-please.outputs.tag_name }}
4848
You can’t perform that action at this time.
0 commit comments