Skip to content

Commit d6cffe3

Browse files
Bump the github-actions-deps group with 3 updates
Bumps the github-actions-deps group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.2.2 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v6.0.0) Updates `aws-actions/configure-aws-credentials` from 4 to 5 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afd8354 commit d6cffe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-jth-sandbox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ jobs:
4242
name: ${{ matrix.environment }}
4343

4444
steps:
45-
- uses: actions/checkout@v4.2.2
45+
- uses: actions/checkout@v6.0.0
4646
with:
4747
fetch-depth: 0
4848

49-
- uses: aws-actions/configure-aws-credentials@v4
49+
- uses: aws-actions/configure-aws-credentials@v5
5050
with:
5151
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
5252
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
5353
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
5454
aws-region: ${{ secrets.AWS_REGION }}
5555

56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: 3.13
5959

0 commit comments

Comments
 (0)