File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
using : composite
17
17
steps :
18
18
- name : Setup Node.js
19
- uses : actions/setup-node@v2
19
+ uses : actions/setup-node@v3
20
20
with :
21
21
cache : npm
22
22
node-version : ${{ inputs.node_version }}
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
timeout-minutes : 30
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
ref : ${{ github.head_ref }}
22
22
token : ${{ secrets.GH_TOKEN }}
23
23
- name : Import GPG key
24
- uses : crazy-max/ghaction-import-gpg@v4
24
+ uses : crazy-max/ghaction-import-gpg@v5
25
25
with :
26
26
git_user_signingkey : true
27
27
git_commit_gpgsign : true
Original file line number Diff line number Diff line change 17
17
- ' 16'
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
- name : Setup
22
22
uses : ./.github/actions/setup
23
23
with :
34
34
- ' 16'
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
- name : Setup
39
39
uses : ./.github/actions/setup
40
40
with :
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 30
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
- name : Setup
17
17
uses : ./.github/actions/setup
18
18
- name : Publish
25
25
timeout-minutes : 30
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
- name : Setup
30
30
uses : ./.github/actions/setup
31
31
- name : Publish
Original file line number Diff line number Diff line change 16
16
timeout-minutes : 30
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
persist-credentials : false
22
22
- name : Setup Git config
31
31
git config user.name "$GIT_USER_NAME"
32
32
git config user.email "$GIT_USER_EMAIL"
33
33
- name : Import GPG key
34
- uses : crazy-max/ghaction-import-gpg@v4
34
+ uses : crazy-max/ghaction-import-gpg@v5
35
35
with :
36
36
git_user_signingkey : true
37
37
git_commit_gpgsign : true
You can’t perform that action at this time.
0 commit comments