File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout Repository
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v5
3232 - name : Extract assets
3333 run : docker cp $(docker run --detach quay.io/redhat-docs/redhat-docs-template):/assets ./modular-docs-manual/assets
3434 - name : Build AsciiDoc
@@ -43,11 +43,11 @@ jobs:
4343 cp -r modular-docs-manual/images/ docs/images
4444 mv index.html docs/
4545 - name : Setup Pages
46- uses : actions/configure-pages@v3
46+ uses : actions/configure-pages@v5
4747 - name : Upload artifact
48- uses : actions/upload-pages-artifact@v1
48+ uses : actions/upload-pages-artifact@v4
4949 with :
5050 path : ' ./docs'
5151 - name : Deploy to GitHub Pages
5252 id : deployment
53- uses : actions/deploy-pages@v2
53+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments