Skip to content

Commit 5ffe1a8

Browse files
Bump actions/setup-python from 5.5.0 to 5.6.0 in /.github/workflows (#3256)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmitry Gurevich <dmitry.gurevich@elastic.co>
1 parent aeb00d5 commit 5ffe1a8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/cloudformation-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "CNVM_STACK_NAME=cnvm-stack-pr${{ github.event.number }}-$suffix" >> $GITHUB_ENV
4646
4747
- name: Set up Python
48-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
48+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4949
with:
5050
python-version: '3.9'
5151

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)