16
16
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
17
17
steps :
18
18
- name : ⬇️ Checkout repo
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : ⎔ Setup node
22
22
uses : actions/setup-node@v4
36
36
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
37
37
steps :
38
38
- name : ⬇️ Checkout repo
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
41
41
- name : ⎔ Setup node
42
42
uses : actions/setup-node@v4
56
56
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
57
57
steps :
58
58
- name : ⬇️ Checkout repo
59
- uses : actions/checkout@v4
59
+ uses : actions/checkout@v5
60
60
61
61
- name : ⎔ Setup node
62
62
uses : actions/setup-node@v4
76
76
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
77
77
steps :
78
78
- name : ⬇️ Checkout repo
79
- uses : actions/checkout@v4
79
+ uses : actions/checkout@v5
80
80
81
81
- name : ⎔ Setup node
82
82
uses : actions/setup-node@v4
@@ -101,7 +101,7 @@ jobs:
101
101
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
102
102
steps :
103
103
- name : ⬇️ Checkout repo
104
- uses : actions/checkout@v4
104
+ uses : actions/checkout@v5
105
105
106
106
- name : ⎔ Setup node
107
107
uses : actions/setup-node@v4
@@ -122,7 +122,7 @@ jobs:
122
122
if : github.ref == 'refs/heads/main'
123
123
steps :
124
124
- name : ⬇️ Checkout repo
125
- uses : actions/checkout@v4
125
+ uses : actions/checkout@v5
126
126
127
127
- name : ⎔ Setup node
128
128
uses : actions/setup-node@v4
0 commit comments