File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 - uses : actions/checkout@v4
2121 - uses : actions/setup-python@v5
2222 with :
23- python-version : " 3.10 "
23+ python-version : " 3.12 "
2424 - name : Install Poetry
2525 uses : abatilo/actions-poetry@v3
2626 with :
27- poetry-version : 1.5.1
27+ poetry-version : 2.1.3
2828
2929 - name : Get OPS token
3030 id : ops_token
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323
2424 - uses : actions/setup-python@v5
2525 with :
26- python-version : " 3.10 "
26+ python-version : " 3.12 "
2727
2828 - name : Install Poetry
2929 uses : abatilo/actions-poetry@v3
3030 with :
31- poetry-version : 1.5.1
31+ poetry-version : 2.1.3
3232
3333 - name : Poetry Install
3434 run : |
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 - uses : actions/setup-python@v5
1616 with :
17- python-version : " 3.10 "
17+ python-version : " 3.12 "
1818
1919 - name : Install Poetry
2020 uses : abatilo/actions-poetry@v3
2121 with :
22- poetry-version : 1.5.1
22+ poetry-version : 2.1.3
2323
2424 - name : Get OPS token
2525 id : ops_token
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 - uses : actions/checkout@v3
2626 - uses : actions/setup-python@v4
2727 with :
28- python-version : " 3.10 "
28+ python-version : " 3.12 "
2929 - name : Install Poetry
3030 uses : abatilo/actions-poetry@v2
3131 with :
32- poetry-version : 1.5.1
32+ poetry-version : 2.1.3
3333 - name : Get env and concept id
3434 id : get-env-ccid
3535 run : |
You can’t perform that action at this time.
0 commit comments