diff --git a/.github/workflows/golang-test.yaml b/.github/workflows/golang-test.yaml index 5448fdc..baba0e1 100644 --- a/.github/workflows/golang-test.yaml +++ b/.github/workflows/golang-test.yaml @@ -34,7 +34,7 @@ jobs: go-version: ${{ inputs.go-version }} - name: Configure AWS Credentials if: ${{ inputs.aws-region != '' && inputs.aws-role != '' }} - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-region: ${{ inputs.aws-region }} role-to-assume: ${{ inputs.aws-role }}