Skip to content

Commit 02419e9

Browse files
dependabot[bot]JoergSiebahn
authored andcommitted
chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd08a1b commit 02419e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: >
1717
wget -q -O /usr/local/bin/plantuml https://github.com/mikaelhg/puni2/releases/download/1.2022.7/plantuml-1.2022.7-glibc-x86_64
1818
&& chmod 755 /usr/local/bin/plantuml
19-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 #v.5.4.0
19+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 #v.5.5.0
2020
with:
2121
python-version: 3.12
2222
- run: pip install mkdocs-techdocs-core # Includes material theme

0 commit comments

Comments
 (0)