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 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 9
9
name : Build with Poetry and Publish to PyPI
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-python@v3
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-python@v4
14
14
- name : Install and configure Poetry
15
15
run : |
16
16
pip install poetry
Original file line number Diff line number Diff line change 28
28
- " 3.11"
29
29
- " 3.12"
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v3
33
+ uses : actions/setup-python@v4
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install and configure Poetry
You can’t perform that action at this time.
0 commit comments