File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 - name : Set up Python ${{ matrix.python-version }}
4545 uses : actions/setup-python@v5
4646 with :
8181
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v5
8585 - name : Set up Python ${{ matrix.python-version }}
8686 uses : actions/setup-python@v5
8787 with :
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2323 POETRY_PYPI_TOKEN_PYPI : ${{ secrets.PYPI_API_TOKEN }}
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 - name : Set up Python
2828 uses : actions/setup-python@v5
2929 with :
You can’t perform that action at this time.
0 commit comments