From badd4e85c3c4064ce40c1f69349a1fd7f07e04b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:45:44 +0000 Subject: [PATCH] Bump fuller-inc/actions-aws-assume-role from 1.6.0 to 1.7.0 Bumps [fuller-inc/actions-aws-assume-role](https://github.com/fuller-inc/actions-aws-assume-role) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/fuller-inc/actions-aws-assume-role/releases) - [Changelog](https://github.com/fuller-inc/actions-aws-assume-role/blob/main/CHANGELOG.md) - [Commits](https://github.com/fuller-inc/actions-aws-assume-role/compare/f242de95e6f91240c4770502319cc68d4c61168c...a9b5106401b015d01aa363d710727c7d07ae0fbe) --- updated-dependencies: - dependency-name: fuller-inc/actions-aws-assume-role dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/production.yaml | 2 +- .github/workflows/staging.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 7bc06fab..9598b3dd 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -33,7 +33,7 @@ jobs: make build working-directory: provider - - uses: fuller-inc/actions-aws-assume-role@f242de95e6f91240c4770502319cc68d4c61168c # v1.6.0 + - uses: fuller-inc/actions-aws-assume-role@a9b5106401b015d01aa363d710727c7d07ae0fbe # v1.7.0 with: aws-region: us-east-1 role-to-assume: arn:aws:iam::978218332026:role/github-app-token-github-actions-us-east-1 diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 6dfe7337..5bc61a7f 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -31,7 +31,7 @@ jobs: make build working-directory: provider - - uses: fuller-inc/actions-aws-assume-role@f242de95e6f91240c4770502319cc68d4c61168c # v1.6.0 + - uses: fuller-inc/actions-aws-assume-role@a9b5106401b015d01aa363d710727c7d07ae0fbe # v1.7.0 with: aws-region: us-east-1 role-to-assume: arn:aws:iam::616212855146:role/github-app-token-github-actions-us-east-1