Skip to content

Commit 787e6b2

Browse files
chore: Bump actions/setup-python from 6.1.0 to 6.2.0 (#1562)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leo Antoli <430982+lantoli@users.noreply.github.com>
1 parent b9c68a3 commit 787e6b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/contract-testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ jobs:
400400
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_TEST_ENV }}
401401
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_TEST_ENV }}
402402
aws-region: eu-west-1
403-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
403+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
404404
with:
405405
python-version: '3.9'
406406
cache: 'pip' # caching pip dependencies
@@ -1140,7 +1140,7 @@ jobs:
11401140
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_TEST_ENV }}
11411141
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_TEST_ENV }}
11421142
aws-region: eu-west-1
1143-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
1143+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
11441144
with:
11451145
python-version: '3.9'
11461146
cache: 'pip' # caching pip dependencies

0 commit comments

Comments
 (0)