Skip to content

Commit 8a27651

Browse files
chore(deps): update actions/setup-python action to v6 (#254)
| datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | actions/setup-python | v5 | v6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 14661ad commit 8a27651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
persist-credentials: false
1919

20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2121

2222
- name: Install dependencies
2323
run: pip install -r .mkdocs/requirements.txt

0 commit comments

Comments
 (0)