Skip to content

Commit 7cef9cf

Browse files
chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0
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] <support@github.com>
1 parent 678d953 commit 7cef9cf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858

5959
- name: Set up Python
60-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
60+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6161
with:
6262
python-version: ${{ matrix.python }}
6363

.github/workflows/_build_docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# The Docker integration tests require Python 3.11.
3535
- name: Set up Python
36-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
36+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3737
with:
3838
python-version: '3.11'
3939

.github/workflows/codeql-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4141

4242
- name: Set up Python
43-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
43+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4444
with:
4545
python-version: '3.11'
4646

.github/workflows/pr-conventional-commits.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
33+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3434
with:
3535
python-version: '3.11'
3636

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ secrets.REPO_ACCESS_TOKEN }}
4646

4747
- name: Set up Python
48-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
48+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4949
with:
5050
python-version: '3.11'
5151

@@ -215,7 +215,7 @@ jobs:
215215
rm -f "$CHECKSUMS"
216216
217217
- name: Set up Python
218-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
218+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
219219
with:
220220
python-version: '3.11'
221221

0 commit comments

Comments
 (0)