File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
if : github.repository_owner == 'skyra-project'
17
17
steps :
18
18
- name : Checkout Project
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
ref : main
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Project
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- name : Add problem matcher
17
17
run : |
18
18
echo "::add-matcher::.github/problemMatchers/eslint.json"
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Project
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- name : Use Node.js v20
17
17
uses : actions/setup-node@v4
18
18
with :
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout Project
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
- name : Use Node.js v20
42
42
uses : actions/setup-node@v4
43
43
with :
62
62
runs-on : ubuntu-latest
63
63
steps :
64
64
- name : Checkout Project
65
- uses : actions/checkout@v4
65
+ uses : actions/checkout@v5
66
66
- name : Use Node.js v20
67
67
uses : actions/setup-node@v4
68
68
with :
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- name : Checkout Project
90
- uses : actions/checkout@v4
90
+ uses : actions/checkout@v5
91
91
- name : Use Node.js v20
92
92
uses : actions/setup-node@v4
93
93
with :
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Core Labels
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
path : core-labels
17
17
sparse-checkout : .github/labels.yml
18
18
sparse-checkout-cone-mode : false
19
19
repository : ' sapphiredev/.github'
20
20
- name : Checkout Overwrite Labels
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
path : overwrite-labels
24
24
sparse-checkout : .github/labels.yml
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
- name : Setup Pages
28
28
uses : actions/configure-pages@v5
29
29
- name : Use Node.js v20
Original file line number Diff line number Diff line change 20
20
if : github.repository_owner == 'skyra-project'
21
21
steps :
22
22
- name : Checkout Project
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0
26
26
ref : main
You can’t perform that action at this time.
0 commit comments