File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Set up Python
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : 3.8
2727 - name : Install poetry
4747 steps :
4848 - uses : actions/checkout@v4
4949 - name : Set up Python
50- uses : actions/setup-python@v4
50+ uses : actions/setup-python@v5
5151 with :
5252 python-version : 3.8
5353 - name : Install poetry
7373 steps :
7474 - uses : actions/checkout@v4
7575 - name : Set up Python
76- uses : actions/setup-python@v4
76+ uses : actions/setup-python@v5
7777 with :
7878 python-version : 3.8
7979 - name : Install poetry
@@ -102,7 +102,7 @@ jobs:
102102 # steps:
103103 # - uses: actions/checkout@v4
104104 # - name: Set up Python
105- # uses: actions/setup-python@v4
105+ # uses: actions/setup-python@v5
106106 # with:
107107 # python-version: 3.8
108108 # - name: Install poetry
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919 - name : Set up Python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : 3.8
2323 - name : Install poetry
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : 3.8
1919 - name : Install poetry
5050 steps :
5151 - uses : actions/checkout@v4
5252 - name : Set up Python
53- uses : actions/setup-python@v4
53+ uses : actions/setup-python@v5
5454 with :
5555 python-version : 3.8
5656 - name : Install poetry
You can’t perform that action at this time.
0 commit comments