File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 name : Build with Poetry and Publish to PyPI
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-python@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v4
1414 - name : Install and configure Poetry
1515 run : |
1616 pip install poetry
Original file line number Diff line number Diff line change 2828 - " 3.11"
2929 - " 3.12"
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - name : Set up Python ${{ matrix.python-version }}
33- uses : actions/setup-python@v3
33+ uses : actions/setup-python@v4
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - name : Install and configure Poetry
You can’t perform that action at this time.
0 commit comments