File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout 🛎️
17
-
17
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3.0.2
18
18
with :
19
19
persist-credentials : false
20
20
21
21
- name : Use Node.js 16
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
23
23
with :
24
24
node-version : 16
25
25
26
26
- name : Set up Ruby 2.7
27
- uses : actions /setup-ruby@v1
27
+ uses : ruby /setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # tag=v1.115.3
28
28
with :
29
29
ruby-version : 2.7
30
30
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout 🛎️
17
-
17
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3.0.2
18
18
with :
19
19
persist-credentials : false
20
20
21
21
- name : Use Node.js 16
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
23
23
with :
24
24
node-version : 16
25
25
26
26
- name : Set up Ruby 2.7
27
- uses : actions /setup-ruby@v1
27
+ uses : ruby /setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # tag=v1.115.3
28
28
with :
29
29
ruby-version : 2.7
30
30
36
36
npm run build
37
37
38
38
- name : Deploy 🚀
39
-
39
+ uses : JamesIves/github-pages-deploy-action@13046b614c663b56cba4dda3f30b9736a748b80d # tag= v4.4.0
40
40
with :
41
41
ssh-key : ${{ secrets.DEPLOY_KEY }}
42
42
branch : gh-pages
You can’t perform that action at this time.
0 commit comments