Skip to content

Commit 6d00643

Browse files
Bump actions/setup-python in /.github/workflows in the actions group
Bumps the actions group in /.github/workflows with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed2bf2b commit 6d00643

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_workflows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: Set up Python
44-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
44+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4545
with:
4646
python-version: '3.x'
4747
- name: Lint with flake8
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666
- name: Set up Python
67-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
67+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6868
with:
6969
python-version: '3.11'
7070
- name: Install and build
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
fetch-depth: 0
8787
- name: Set up Python
88-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
88+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8989
with:
9090
python-version: '3.12'
9191
- name: Install and build
@@ -108,7 +108,7 @@ jobs:
108108
- name: Checkout code
109109
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110
- name: Set up Python
111-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
111+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
112112
with:
113113
python-version: '3.12'
114114
- name: Install and build

0 commit comments

Comments
 (0)