Skip to content

Commit 0c786ab

Browse files
Merge pull request #219 from trilobitech/renovate/actions-configure-pages-6.x
chore(deps): update actions/configure-pages action to v6
2 parents bcebe47 + 5164f23 commit 0c786ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jekyll-gh-pages-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Setup Pages
4242
id: pages
43-
uses: actions/configure-pages@v5
43+
uses: actions/configure-pages@v6
4444

4545
- name: Copy changelog to site root
4646
run: cp CHANGELOG.md docs/changelog.md

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Setup Pages
4848
id: pages
49-
uses: actions/configure-pages@v5
49+
uses: actions/configure-pages@v6
5050

5151
- name: Copy changelog to site root
5252
run: cp CHANGELOG.md docs/changelog.md

0 commit comments

Comments
 (0)