Skip to content

Commit 32cb344

Browse files
chore(deps): bump actions/setup-python from 5.4.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...83679a8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad103cf commit 32cb344

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6161
with:
6262
python-version: ${{ matrix.python }}
6363

.github/workflows/_build_docker.yaml

Lines changed: 1 addition & 1 deletion
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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3737
with:
3838
python-version: '3.11'
3939

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939

4040
- name: Set up Python
41-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
41+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4242
with:
4343
python-version: '3.11'
4444

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

Lines changed: 1 addition & 1 deletion
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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3434
with:
3535
python-version: '3.11'
3636

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
219219
with:
220220
python-version: '3.11'
221221

.github/workflows/test_macaron_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
output_dir: macaron_output/detect_malicious_package
6060

6161
- name: Setup Python for analyzed venv
62-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
62+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6363
with:
6464
python-version: 3.11.14
6565

0 commit comments

Comments
 (0)