Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 41c1dc4

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0 (#1312)
Bumps [actions/setup-python](https://github.com/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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a988738 commit 41c1dc4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: git lfs pull
2424

2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
26+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

.github/workflows/import_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
20+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2121
with:
2222
python-version: '3.12'
2323
- name: Install dependencies

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
sudo update-ca-certificates
136136
137137
- name: Set up Python ${{ matrix.python-version }}
138-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
138+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
139139
with:
140140
python-version: ${{ matrix.python-version }}
141141

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Set up Python 3.12
19-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
19+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2020
with:
2121
python-version: "3.12"
2222

0 commit comments

Comments
 (0)