Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc2843b

Browse files
authoredJan 8, 2025··
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@f677139...0b93645) --- 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 4abe440 commit cc2843b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2525
- name: Ubuntu dependencies
2626
run: scripts/install-doxygen.sh
27-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
27+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2828
with:
2929
python-version: '3.10'
3030
cache: 'pip'
@@ -187,7 +187,7 @@ jobs:
187187
if: ${{ github.ref == 'refs/heads/main' }}
188188
steps:
189189
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
190-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
190+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
191191
with:
192192
python-version: '3.10'
193193
cache: 'pip'

0 commit comments

Comments
 (0)
Please sign in to comment.