From 90c995579d066f137f55092449c91fdd664715e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:41:55 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 3.0.1 to 4.0.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3.0.1 to 4.0.1. - [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.0.1...v4.0.1) --- 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 756e8988..3675d48b 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.0.1 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 7a611ad7..6782ac55 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.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.1 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 e83eb703..c1b1c13b 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.0.1 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 0789dff7..ffd40015 100644 --- a/.github/workflows/kotlin.yml +++ b/.github/workflows/kotlin.yml @@ -34,7 +34,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.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.1 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 33dee8fc..fefb9acc 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}