diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 102ee68..2ae5b55 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4 + uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5 with: role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action aws-region: us-east-1 diff --git a/.github/workflows/example_matrix.yml b/.github/workflows/example_matrix.yml index b41e832..82f4228 100644 --- a/.github/workflows/example_matrix.yml +++ b/.github/workflows/example_matrix.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v6 # Checkout the code so we have access to the config file - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4 + uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5 with: role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action aws-region: us-east-1