Skip to content

Commit 2275143

Browse files
Update actions/configure-pages action to v6
1 parent a71c16c commit 2275143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
"
6666
- name: Configure Pages
6767
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
68-
uses: actions/configure-pages@v5
68+
uses: actions/configure-pages@v6
6969
- name: Upload artifact for deployment
7070
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
7171
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)