Skip to content

Commit b418680

Browse files
github-actions(deps): bump actions/configure-pages from 4 to 5
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v4...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4fa064 commit b418680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Step 8: Setup Pages (only on main branch)
125125
- name: Setup Pages
126126
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
127-
uses: actions/configure-pages@v4
127+
uses: actions/configure-pages@v5
128128

129129
# Step 9: Upload to GitHub Pages
130130
- name: Upload to GitHub Pages

0 commit comments

Comments
 (0)