File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout Master
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
- name : Setup env
30
30
uses : the-guild-org/shared-config/setup@main
31
31
with :
42
42
- ' esm'
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
- name : Setup env
47
47
uses : the-guild-org/shared-config/setup@main
48
48
with :
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Checkout
63
- uses : actions/checkout@v3
63
+ uses : actions/checkout@v4
64
64
- name : Setup env
65
65
uses : the-guild-org/shared-config/setup@main
66
66
with :
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- name : Checkout
96
- uses : actions/checkout@v3
96
+ uses : actions/checkout@v4
97
97
- name : Setup env
98
98
uses : the-guild-org/shared-config/setup@main
99
99
with :
@@ -122,7 +122,7 @@ jobs:
122
122
graphql_version : 16
123
123
steps :
124
124
- name : Checkout
125
- uses : actions/checkout@v3
125
+ uses : actions/checkout@v4
126
126
- name : Setup env
127
127
uses : the-guild-org/shared-config/setup@main
128
128
with :
@@ -148,7 +148,7 @@ jobs:
148
148
name : Build and Unit Test SWC Plugin
149
149
runs-on : ubuntu-latest
150
150
steps :
151
- - uses : actions/checkout@v3
151
+ - uses : actions/checkout@v4
152
152
- uses : actions-rs/toolchain@v1
153
153
with :
154
154
toolchain : 1.65.0
Original file line number Diff line number Diff line change 6
6
publish-rust-swc-plugin :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
# Setup .npmrc file to publish to npm
11
11
- uses : actions/setup-node@v3
12
12
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Fetch
14
14
run : git fetch origin master
Original file line number Diff line number Diff line change 14
14
if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
15
15
steps :
16
16
- name : checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
You can’t perform that action at this time.
0 commit comments