File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
4
on :
5
5
# Runs on pushes targeting the default branch
6
6
push :
7
- branches : ["master" ]
7
+ branches : [$default-branch ]
8
8
9
9
# Allows you to run this workflow manually from the Actions tab
10
10
workflow_dispatch :
@@ -30,14 +30,14 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
- name : Setup Pages
35
- uses : actions/configure-pages@v3
35
+ uses : actions/configure-pages@v5
36
36
- name : Upload artifact
37
- uses : actions/upload-pages-artifact@v2
37
+ uses : actions/upload-pages-artifact@v3
38
38
with :
39
39
# Upload entire repository
40
40
path : ' .'
41
41
- name : Deploy to GitHub Pages
42
42
id : deployment
43
- uses : actions/deploy-pages@v2
43
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments