Skip to content

Commit be6ec4f

Browse files
dependabot[bot]kdeldycke
authored andcommitted
Bump actions/setup-python from 5.2.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v5.3.0) --- 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 3878225 commit be6ec4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- uses: actions/checkout@v4.2.2
27-
- uses: actions/setup-python@v5.2.0
27+
- uses: actions/setup-python@v5.3.0
2828
with:
2929
python-version: "3.12"
3030
- name: Install uv

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v4.2.2
113113

114114
- name: Set up Python ${{ matrix.python-version }}
115-
uses: actions/setup-python@v5.2.0
115+
uses: actions/setup-python@v5.3.0
116116
with:
117117
python-version: ${{ matrix.python-version }}
118118

0 commit comments

Comments
 (0)