From 561b6f6b038ad57e5b5a788dd650b4b353a517c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:59:35 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 1.6.0 to 2.1.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.6.0 to 2.1.0. - [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/ea7b857d8a33dc2fb4ef5a724500044281b49a5e...5727f247b64f324ec403ac56ae05e220fd02b65f) --- 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/int.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index 26b75ef..19f6635 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -36,7 +36,7 @@ jobs: - run: sudo go test -v - run: go build -ldflags="-s -w" -o ./agent - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@ea7b857d8a33dc2fb4ef5a724500044281b49a5e + uses: aws-actions/configure-aws-credentials@5727f247b64f324ec403ac56ae05e220fd02b65f with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}