Skip to content

Commit cfdf309

Browse files
chore(deps): update actions/setup-python action to v6 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32dd7cc commit cfdf309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- name: Setup Pages
2323
uses: actions/configure-pages@v5
24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: 3.x
2727
cache: pip

0 commit comments

Comments
 (0)