Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 7, 2024
1 parent f8c402f commit 8915460
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
runs-on: ['hyperenv', 'medium']
steps:
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4.0.1
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::068189904525:role/github-openid-connect
role-session-name: github-actions-aws-cf-templates
role-duration-seconds: 21600
aws-region: us-east-1
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: corretto
java-version: '8'
Expand All @@ -46,7 +46,7 @@ jobs:
BUCKET_REGION: us-east-1
BUCKET_NAME: cf-templates-1a2zmgbg9ut4o-us-east-1
run: mvn -B -q surefire-report:report -Dtest=${{ inputs.tests }} -Dsurefire.reportNameSuffix=us-east-1
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: acceptance-test-run-us-east-1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
latest:
runs-on: ['hyperenv', 'medium']
steps:
- uses: 'actions/checkout@v4'
- uses: aws-actions/configure-aws-credentials@v4.0.1
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::820394158530:role/github-openid-connect
role-session-name: github-actions-aws-cf-templates
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
release:
runs-on: ['hyperenv', 'medium']
steps:
- uses: 'actions/checkout@v4'
- uses: aws-actions/configure-aws-credentials@v4.0.1
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::820394158530:role/github-openid-connect
role-session-name: github-actions-aws-cf-templates
Expand Down

0 comments on commit 8915460

Please sign in to comment.