Skip to content

Commit f64b4fe

Browse files
ci: Bump actions/setup-python in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ab64d4 commit f64b4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Set up Python
47-
uses: actions/setup-python@v5.1.1
47+
uses: actions/setup-python@v5.2.0
4848
with:
4949
python-version: 3.12
5050

@@ -100,7 +100,7 @@ jobs:
100100
fetch-depth: 0
101101

102102
- name: Set up Python ${{ matrix.python-version }}
103-
uses: actions/setup-python@v5.1.1
103+
uses: actions/setup-python@v5.2.0
104104
with:
105105
python-version: ${{ matrix.python-version }}
106106
allow-prereleases: true

0 commit comments

Comments
 (0)