File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Setup Node.js
36
36
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Download JSON schema for labels configuration file
33
33
id : download-schema
@@ -106,7 +106,7 @@ jobs:
106
106
echo "::set-output name=flag::--dry-run"
107
107
108
108
- name : Checkout repository
109
- uses : actions/checkout@v4
109
+ uses : actions/checkout@v5
110
110
111
111
- name : Download configuration file artifacts
112
112
uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout local repository
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
# Run the action using default values as much as possible.
25
25
- name : Run action
32
32
CHANGELOG_FILE_PATH : /tmp/CHANGELOG.md
33
33
steps :
34
34
- name : Checkout local repository
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
37
37
- name : Run action
38
38
uses : ./
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
13
13
- name : Set Node.js 16.x
14
14
uses : actions/setup-node@v4
29
29
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
34
34
- name : Set Node.js 16.x
35
35
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments