Skip to content

Commit 2a64c22

Browse files
ci: bump actions/setup-python from 6.2.0 to 6.3.0 (#487)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4296d1f commit 2a64c22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-build-docs-with-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache-dependency-glob: "uv.lock"
4545

4646
- name: "Set up Python"
47-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
47+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
4848
with:
4949
python-version-file: "pyproject.toml"
5050

.github/workflows/reusable-check-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo apt-get install -y just
2323

2424
- name: Install Python
25-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
25+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2626
with:
2727
python-version-file: "pyproject.toml"
2828

0 commit comments

Comments
 (0)