diff --git a/.github/workflows/codebuild-ci.yml b/.github/workflows/codebuild-ci.yml index d3bcdd1b74b..3e33d81bbd8 100644 --- a/.github/workflows/codebuild-ci.yml +++ b/.github/workflows/codebuild-ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }} aws-region: us-west-2 @@ -45,7 +45,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }} aws-region: us-west-2 diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index c522c660eab..908d5695ec3 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -3,7 +3,7 @@ name: Release Checks on: pull_request: types: [ opened, synchronize, reopened ] - branches: [ main ] + branches: [ main, release ] # Allow one instance of this workflow per pull request, and cancel older runs when new changes are pushed concurrency: