File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
name : 🛠️ Build
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
name : Checkout
16
16
17
17
- name : Setup Node.js ${{ env.NODE_VERSION }}
29
29
name : 🧪 Test
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
name : Checkout
34
34
35
35
- name : Setup Node.js ${{ env.NODE_VERSION }}
47
47
name : 🔗 Lint
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
name : Checkout
52
52
53
53
- name : Setup Node.js ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 13
13
name : 🛠️ Build
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
name : Checkout
18
18
19
19
- name : Setup Node.js ${{ env.NODE_VERSION }}
31
31
name : 🧪 Test
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
name : Checkout
36
36
37
37
- name : Setup Node.js ${{ env.NODE_VERSION }}
49
49
name : 🔗 Lint
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v4
52
+ - uses : actions/checkout@v5
53
53
name : Checkout
54
54
55
55
- name : Setup Node.js ${{ env.NODE_VERSION }}
72
72
needs : [build, test, lint]
73
73
steps :
74
74
- name : Checkout Repo
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v5
76
76
with :
77
77
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
78
78
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments