Skip to content

Commit 3add8c8

Browse files
authored
Merge pull request #459 from citizensadvice/chore/update-python-setup-action-sha
chore: update python-poetry-setup-action to latest SHA
2 parents 4cdce09 + 2e9bca5 commit 3add8c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cdk_diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
aws-region: eu-west-1
2323
role-session-name: local-office-search-api-actions-workflow
2424

25-
- uses: citizensadvice/python-poetry-setup-action@792f824e452775c9732aa54e590f516a55f79946
25+
- uses: citizensadvice/python-poetry-setup-action@a1b420d0c061560845532d7d1f80a81c8f39b6a5
2626
with:
2727
install_cdk: true
2828
project_root: "./cdk"

.github/workflows/deploy_stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232

33-
- uses: citizensadvice/python-poetry-setup-action@792f824e452775c9732aa54e590f516a55f79946
33+
- uses: citizensadvice/python-poetry-setup-action@a1b420d0c061560845532d7d1f80a81c8f39b6a5
3434
with:
3535
install_cdk: true
3636
project_root: "./cdk"

0 commit comments

Comments
 (0)