Skip to content

Commit c07c442

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 in /.github/workflows
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 826c722 commit c07c442

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/cloudformation-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "CNVM_STACK_NAME=cnvm-stack-pr${{ github.event.number }}-$suffix" >> $GITHUB_ENV
4848
4949
- name: Set up Python
50-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
50+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
5151
with:
5252
python-version: '3.9'
5353

.github/workflows/sync-rule-templates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ./bin/hermit env -r >> $GITHUB_ENV
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
37+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3838
with:
3939
python-version: "3.9"
4040

.github/workflows/test-environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
echo "AGENTLESS=$agentless_flag" >> $GITHUB_ENV
295295
296296
- name: Set up Python
297-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
297+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
298298
with:
299299
python-version: "3.9"
300300

.github/workflows/test-gcp-dm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: ./bin/hermit env -r >> $GITHUB_ENV
5252

5353
- name: Set up Python
54-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
54+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
5555
with:
5656
python-version: "3.9"
5757

@@ -153,7 +153,7 @@ jobs:
153153
run: ./bin/hermit env -r >> $GITHUB_ENV
154154

155155
- name: Set up Python
156-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
156+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
157157
with:
158158
python-version: "3.9"
159159

.github/workflows/upgrade-environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
working-directory: ./
107107

108108
- name: Set up Python
109-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
109+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
110110
with:
111111
python-version: '3.9'
112112

0 commit comments

Comments
 (0)