Skip to content

Commit 05ffada

Browse files
committed
chore: upgrade to version 3
1 parent 6854d34 commit 05ffada

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-energy-apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Build and push to ECR
22-
uses: citizensadvice/build-and-private-ecr-push-action@v1
22+
uses: citizensadvice/build-and-private-ecr-push-action@v3
2323
with:
2424
dockerfile_context: "."
2525
repository_name: energy-apps

.github/workflows/review-app-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Build and push to ECR
31-
uses: citizensadvice/build-and-private-ecr-push-action@v1
31+
uses: citizensadvice/build-and-private-ecr-push-action@v3
3232
with:
3333
dockerfile_context: "."
3434
repository_name: energy-apps

0 commit comments

Comments
 (0)