File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ${{ matrix.os }}
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : actions/setup-python@v5.2 .0
18+ - uses : actions/setup-python@v5.3 .0
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Run image
22- uses : abatilo/actions-poetry@v3.0.0
22+ uses : abatilo/actions-poetry@v3.0.1
2323 with :
2424 poetry-version : ${{ matrix.poetry-version }}
2525 - name : Publish
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v5.2 .0
17+ uses : actions/setup-python@v5.3 .0
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Install poetry
21- uses : abatilo/actions-poetry@v3.0.0
21+ uses : abatilo/actions-poetry@v3.0.1
2222 with :
2323 poetry-version : ${{ matrix.poetry-version }}
2424 - name : Install the project dependencies
You can’t perform that action at this time.
0 commit comments