File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 - " 3.10"
2626 - " 3.11"
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout the PR
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - uses : actions/setup-python@v5
1717 with :
2929 cp bin/public_interface.py "${{ runner.temp }}"/public_interface.py
3030
3131 - name : Checkout the base
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 ref : " ${{ github.base_ref }}"
3535
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 pull-requests : write
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments