Skip to content

Commit f6f9efb

Browse files
build(deps): bump actions/setup-python from 5.2.0 to 5.3.0 (#3290)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 715f027 commit f6f9efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
20+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
2121
with:
2222
python-version: 3.x
2323
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a

0 commit comments

Comments
 (0)