File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 - name : Setup Pages
25- uses : actions/configure-pages@v2
25+ uses : actions/configure-pages@v5
2626 - name : Prepare endpoints
2727 run : |
2828 # setup Jekyll data dir
@@ -38,13 +38,13 @@ jobs:
3838 with :
3939 source : ./
4040 destination : ./_site
41- - uses : actions/upload-artifact@v3
41+ - uses : actions/upload-artifact@v4
4242 if : failure()
4343 with :
4444 name : endpoints
4545 path : _data/endpoints.yaml
4646 - name : Upload artifact
47- uses : actions/upload-pages-artifact@v1
47+ uses : actions/upload-pages-artifact@v3
4848 deploy :
4949 environment :
5050 name : github-pages
5454 steps :
5555 - name : Deploy to GitHub Pages
5656 id : deployment
57- uses : actions/deploy-pages@v1
57+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 11name : Vet
22
3- on :
3+ on :
44 pull_request :
55 branches :
66 - main
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 - name : Lint
1616 uses : nrkno/yaml-schema-validator-github-action@v4
1717 with :
You can’t perform that action at this time.
0 commit comments