diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index 94e954ff..d0a7a0bc 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -40,7 +40,7 @@ jobs: run: npm ci --no-audit - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: # The role is set up via https://github.com/hello-nrfcloud/ci # secrets.AWS_ACCOUNT_ID_CI is an organization secret @@ -78,7 +78,7 @@ jobs: cache: "npm" - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: # The role is set up via https://github.com/hello-nrfcloud/ci # secrets.AWS_ACCOUNT_ID_CI is an organization secret diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 221aa781..9fc3ce9e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -61,7 +61,7 @@ jobs: docker pull ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}:${{ matrix.tag }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_ROLE }} aws-region: ${{ vars.AWS_REGION }} @@ -137,7 +137,7 @@ jobs: run: npm ci --no-audit - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_ROLE }} aws-region: ${{ vars.AWS_REGION }} diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index c2db3642..a9813a08 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -73,7 +73,7 @@ jobs: run: npm ci --no-audit - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: # The role is set up via https://github.com/hello-nrfcloud/ci # secrets.AWS_ACCOUNT_ID_CI is an organization secret @@ -135,7 +135,7 @@ jobs: run: npm ci --no-audit - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: # The role is set up via https://github.com/hello-nrfcloud/ci # secrets.AWS_ACCOUNT_ID_CI is an organization secret @@ -196,7 +196,7 @@ jobs: run: npm ci --no-audit - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: # The role is set up via https://github.com/hello-nrfcloud/ci # secrets.AWS_ACCOUNT_ID_CI is an organization secret