File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,25 +27,25 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131 - name : Setup Pages
32- uses : actions/configure-pages@v3
32+ uses : actions/configure-pages@v5
3333 - run : mkdir pages && mv README.md pages/. && mv LICENSE pages/.
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 with :
3636 ref : EPOS-DCAT-AP-v3.0
3737 # Put the checked out files inside the `big-island-buses/heleon` folder
3838 path : pages/v3
3939 clean : false
4040 - run : cd pages/v3 && rm README.md LICENSE && mv docs/* . && rm -R docs
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v4
4242 with :
4343 ref : EPOS-DCAT-AP-v2.0
4444 # Put the checked out files inside the `big-island-buses/heleon` folder
4545 path : pages/v2
4646 clean : false
4747 - run : cd pages/v2 && rm README.md LICENSE && mv docs/* . && rm -R docs
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v4
4949 with :
5050 ref : facets
5151 # Put the checked out files inside the `big-island-buses/heleon` folder
6565 source : ./pages
6666 destination : ./_site
6767 - name : Upload artifact
68- uses : actions/upload-pages-artifact@v2
68+ uses : actions/upload-pages-artifact@v3
6969
7070 # Deployment job
7171 deploy :
7777 steps :
7878 - name : Deploy to GitHub Pages
7979 id : deployment
80- uses : actions/deploy-pages@v2
80+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments