Skip to content

Commit

Permalink
Merge pull request #59 from kyhau/dependabot/github_actions/all-depen…
Browse files Browse the repository at this point in the history
…dencies-ae39c448af

Bump the all-dependencies group with 1 update
  • Loading branch information
github-actions[bot] authored Feb 11, 2024
2 parents b348abe + fc2307c commit 19d5cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cfn-apigw-lambda-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: aws-actions/[email protected].1
- uses: aws-actions/[email protected].2
with:
aws-region: ${{ env.region }}
role-duration-seconds: 3600
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-codeartifact-semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Configure AWS Credentials
uses: aws-actions/[email protected].1
uses: aws-actions/[email protected].2
with:
role-to-assume: ${{ secrets.CODE_ARTIFACT_PUBLISH_ROLE_ARN }}
aws-region: ap-southeast-2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-self-hosted-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: aws-actions/[email protected].1
- uses: aws-actions/[email protected].2
with:
aws-region: ${{ env.region }}
role-duration-seconds: 3600
Expand Down

0 comments on commit 19d5cd1

Please sign in to comment.