Skip to content

Commit

Permalink
Update our action dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Jul 9, 2024
1 parent 31a2ad9 commit 93b6d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/combine-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ runs:
shell: bash

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
aws-access-key-id: ${{ inputs.aws_access_key_id }}
aws-secret-access-key: ${{ inputs.aws_secret_access_key }}
aws-region: ${{ inputs.aws_default_region }}

- name: Login to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3.2.0
with:
registry: ${{ inputs.image_registry }}
username: ${{ inputs.aws_access_key_id }}
Expand Down

0 comments on commit 93b6d20

Please sign in to comment.