Skip to content

Commit 9da84d6

Browse files
authored
Merge pull request #31 from intel/dependabot/github_actions/actions/configure-pages-4
Bump actions/configure-pages from 3 to 4
2 parents 9ea549a + 15060a4 commit 9da84d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asciidoctor-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cat ./generated-html/index.html
4949
- name: Setup github pages
5050
if: needs.configure.outputs.enable_publish == 'true'
51-
uses: actions/configure-pages@v3
51+
uses: actions/configure-pages@v4
5252
- name: Upload artifacts
5353
uses: actions/upload-pages-artifact@v2
5454
with:

0 commit comments

Comments
 (0)