From 1f03dc008555fa1dec2b1a3c1f716d1fc4729b62 Mon Sep 17 00:00:00 2001 From: Thibault Derousseaux Date: Fri, 5 Jan 2024 19:02:12 +0100 Subject: [PATCH] Update actions --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1bb2869..9b458db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,13 +15,13 @@ jobs: name: Deploy environment: deploy-to-aws steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/setup - - uses: aws-actions/configure-aws-credentials@v1 + - uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/atoti-project-template-deployment aws-region: ${{ secrets.AWS_REGION }} - - uses: aws-actions/amazon-ecr-login@v1 + - uses: aws-actions/amazon-ecr-login@v2 id: login-ecr - name: Build, tag, and push Docker image to Amazon ECR id: build-tag-and-push-docker-image