Skip to content

Commit c66f3af

Browse files
🌱 Bump actions/setup-python from 6 to 6.2.0 (#2780)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2f2d89 commit c66f3af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v6.0.3
3434

35-
- uses: actions/setup-python@v6
35+
- uses: actions/setup-python@v6.2.0
3636
with:
3737
python-version: 3.x
3838
cache: pip

0 commit comments

Comments
 (0)