Skip to content

Commit 92f8871

Browse files
chore(deps): update actions/configure-pages action to v6 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 193112d commit 92f8871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- id: config
2626
name: Configure GitHub Pages
27-
uses: actions/configure-pages@v5
27+
uses: actions/configure-pages@v6
2828
- name: Set Environment Variables
2929
run: echo 'SITE_URL=${{ steps.config.outputs.base_url }}' >> "$GITHUB_ENV"
3030
- name: Setup uv

0 commit comments

Comments
 (0)