Skip to content

Commit be3bfa6

Browse files
Bump the github-actions-minor-patch group with 2 updates (#1024)
Bumps the github-actions-minor-patch group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.1.0) Updates `aws-actions/configure-aws-credentials` from 5.1.0 to 5.1.1 - [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@0094301...61815dc) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-patch - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 066ea5b commit be3bfa6

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/create-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1616

1717
- name: Install Python 3.9
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v6.1.0
1919
with:
2020
python-version: 3.9
2121

.github/workflows/deploy-backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
6464

6565
- name: Connect to AWS
66-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
66+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
6767
with:
6868
aws-region: eu-west-2
6969
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -96,7 +96,7 @@ jobs:
9696
- name: Checkout
9797
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
9898

99-
- uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
99+
- uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
100100
with:
101101
aws-region: eu-west-2
102102
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -126,7 +126,7 @@ jobs:
126126
if: ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
127127
run: pip install poetry==2.1.4
128128

129-
- uses: actions/setup-python@v6
129+
- uses: actions/setup-python@v6.1.0
130130
if: ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
131131
with:
132132
python-version: 3.11

.github/workflows/pr-teardown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Connect to AWS
29-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
29+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
3030
with:
3131
aws-region: eu-west-2
3232
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install poetry
5353
run: pip install poetry==2.1.4
5454

55-
- uses: actions/setup-python@v6
55+
- uses: actions/setup-python@v6.1.0
5656
with:
5757
python-version: 3.11
5858
cache: "poetry"

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install poetry
4444
run: pip install poetry==2.1.4
4545

46-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
46+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4747
with:
4848
python-version: 3.11
4949
cache: "poetry"
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install poetry
8585
run: pip install poetry==2.1.4
8686

87-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
87+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
8888
with:
8989
python-version: 3.11
9090
cache: "poetry"

.github/workflows/run-e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Connect to AWS
121121
if: ${{ env.TF_OUTPUTS_REQUIRED == 'true' }}
122-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
122+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
123123
with:
124124
aws-region: eu-west-2
125125
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -153,7 +153,7 @@ jobs:
153153
- name: Install poetry
154154
run: pip install poetry==2.1.4
155155

156-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
156+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
157157
with:
158158
python-version: 3.11
159159
cache: "poetry"
@@ -210,7 +210,7 @@ jobs:
210210
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
211211

212212
- name: Connect to AWS
213-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
213+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
214214
with:
215215
aws-region: eu-west-2
216216
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -219,7 +219,7 @@ jobs:
219219
- name: Install poetry
220220
run: pip install poetry==2.1.4
221221

222-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
222+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
223223
with:
224224
python-version: 3.11
225225
cache: "poetry"

0 commit comments

Comments
 (0)