From dea69cc883b58f4cc940032164db83df4effc11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:12:01 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 3 to 4 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3 to 4. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v3...v4) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/angular.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/go.yml | 2 +- .github/workflows/kotlin.yml | 2 +- .github/workflows/terraform.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index c97e98e7..38b4dd22 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -26,7 +26,7 @@ jobs: # if: github.ref == 'refs/heads/main' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3.0.1 + uses: aws-actions/configure-aws-credentials@v4 if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) # run only on main with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 34542675..17afa1e6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) # run only on main with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 406f2d49..ab26b45b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,7 +33,7 @@ jobs: id: go - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3.0.1 + uses: aws-actions/configure-aws-credentials@v4 if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) # run only on main with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/kotlin.yml b/.github/workflows/kotlin.yml index 1010c74c..52021187 100644 --- a/.github/workflows/kotlin.yml +++ b/.github/workflows/kotlin.yml @@ -35,7 +35,7 @@ jobs: - name: Configure AWS Credentials # avoid https://github.com/aws-actions/configure-aws-credentials#notice-node12-deprecation-warning - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) # run only on main with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index ec77d261..3cbff42b 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3.0.1 + uses: aws-actions/configure-aws-credentials@v4 if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) # run only on main with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}