Skip to content

Commit

Permalink
Merge pull request #6 from govuk-one-login/PLAT-3857
Browse files Browse the repository at this point in the history
PLAT-3857 bump outdated actions in upload-action-ecr repo
  • Loading branch information
Fahmida99 committed Mar 1, 2024
2 parents bf77377 + 735676d commit 5e1a290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ runs:
steps:
- name: Checkout repo
if: ${{ inputs.checkout-repo == 'true' }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"

- name: Set up AWS creds
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.role-to-assume-arn }}
aws-region: eu-west-2
Expand Down

0 comments on commit 5e1a290

Please sign in to comment.