Skip to content

Commit 7dc8bbb

Browse files
committed
/deploy sit
1 parent 8bd3a2f commit 7dc8bbb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/.release-created.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
python-version: '3.10'
2525

2626
- name: Install Poetry
27-
uses: abatilo/actions-poetry@v3
27+
uses: abatilo/actions-poetry@v4
2828
with:
29-
poetry-version: 1.8.5
29+
poetry-version: 2.1.3
3030

3131
- name: Bump minor version
3232
run: |

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ env:
1616
REGISTRY: ghcr.io
1717
IMAGE_NAME: ${{ github.repository }}
1818
PYTHON_VERSION: '3.10'
19-
POETRY_VERSION: '1.8.5'
19+
POETRY_VERSION: '2.1.3'
2020
TERRAFORM_VERSION: '1.5.3'
2121

2222
jobs:
2323
build:
2424
name: Build, Test, and Publish
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04-arm
2626

2727
permissions:
2828
contents: write
@@ -41,7 +41,7 @@ jobs:
4141
cache: 'pip'
4242

4343
- name: Setup Poetry
44-
uses: abatilo/actions-poetry@v3
44+
uses: abatilo/actions-poetry@v4
4545
with:
4646
poetry-version: ${{ env.POETRY_VERSION }}
4747

0 commit comments

Comments
 (0)