Skip to content

Commit

Permalink
Merge pull request #617 from shogo82148/dependabot/github_actions/ful…
Browse files Browse the repository at this point in the history
…ler-inc/actions-aws-assume-role-1.7.0

Bump fuller-inc/actions-aws-assume-role from 1.6.0 to 1.7.0
  • Loading branch information
shogo82148 authored Jan 15, 2024
2 parents 476b4eb + badd4e8 commit 3c6bad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c6bad9

Please sign in to comment.