Skip to content

Commit

Permalink
Merge pull request #670 from aws-observability/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/github-actions-deps-024adbf374

Bump the github-actions-deps group with 1 update
  • Loading branch information
vasireddy99 authored Sep 18, 2023
2 parents 5550884 + bcc3427 commit 2f5adbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centralized-sampling-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: 17
distribution: 'zulu'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_CENTRALIZED_SAMPLING_ROLE }}
role-duration-seconds: 1200
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
distribution: temurin
java-version: 17
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
aws-region: us-west-2
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
if: always()
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
aws-region: us-west-2
Expand Down

0 comments on commit 2f5adbf

Please sign in to comment.