Skip to content

Commit

Permalink
Upgrade GitActions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Jul 10, 2024
1 parent 3ef195e commit 01a8c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rw-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Checkout GitHub repository
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Assume role in Cloud Platform
- name: Config Credentials
Expand All @@ -35,7 +35,7 @@ jobs:

# Login to container repository
- name: Login to ECR
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
id: login-ecr
with:
mask-password: true
Expand Down

0 comments on commit 01a8c56

Please sign in to comment.