File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131 with :
3232 path : main
3333
3434 - name : Clone autils repo
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 repository : avocado-framework/aautils
3838 path : resources/autils
4848 run : cp -r resources/autils/metadata/**/*.yml main/_data/autils/
4949
5050 - name : Set up Python
51- uses : actions/setup-python@v2
51+ uses : actions/setup-python@v5
5252 with :
5353 python-version : ' 3.x'
5454
6262 run : python main/scripts/deployavatar.py
6363
6464 - name : Setup Pages
65- uses : actions/configure-pages@v3
65+ uses : actions/configure-pages@v5
6666
6767 - name : Build with Jekyll
6868 uses : actions/jekyll-build-pages@v1
7171 destination : main/_site
7272
7373 - name : Upload artifact
74- uses : actions/upload-pages-artifact@v1
74+ uses : actions/upload-pages-artifact@v3
7575 with :
7676 path : main/_site/
7777
8585 steps :
8686 - name : Deploy to GitHub Pages
8787 id : deployment
88- uses : actions/deploy-pages@v2
88+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments