File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Pull Request Type
2
+ What kind of change does this PR introduce?
3
+
4
+ - [ ] Feature
5
+ - [ ] Bug Fix
6
+ - [ ] Refactor
7
+ - [ ] Documentation Update
8
+ - [ ] Other (describe)
9
+
10
+ ## Description
11
+ Please describe the changes made in this PR.
12
+
13
+ ## Issue Number (if applicable)
14
+ _ Issue Number: [ Insert Issue Number] _
15
+
16
+ ## Screenshots (if applicable)
17
+ _ Add screenshots to show the changes visually._
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
- name : Set up Node
34
- uses : actions/setup-node@v3
34
+ uses : actions/setup-node@v4
35
35
with :
36
36
node-version : 18
37
37
cache : ' npm'
@@ -42,10 +42,10 @@ jobs:
42
42
- name : Setup Pages
43
43
uses : actions/configure-pages@v3
44
44
- name : Upload artifact
45
- uses : actions/upload-pages-artifact@v1
45
+ uses : actions/upload-pages-artifact@v3
46
46
with :
47
47
# Upload dist repository
48
48
path : ' ./dist'
49
49
- name : Deploy to GitHub Pages
50
50
id : deployment
51
- uses : actions/deploy-pages@v1
51
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments