Skip to content

Commit

Permalink
feat: updated some GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Espin committed Aug 6, 2024
1 parent a72897e commit b6070ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}
aws-region: ${{ vars.AWS_REGION }}
Expand All @@ -40,4 +40,4 @@ jobs:
SUBDOMAIN: ${{ secrets.SUBDOMAIN }}
STACK_ID: ${{ github.ref_name }}
TAGS: ${{ vars.STACK_TAGS }}
run: npx aws-cdk deploy --require-approval never
run: npx aws-cdk deploy --require-approval never

0 comments on commit b6070ef

Please sign in to comment.