Commit 74f8d50 1 parent 02e5cd9 commit 74f8d50 Copy full SHA for 74f8d50
File tree 2 files changed +6
-12
lines changed
2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 4
4
" Check " :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/setup-node@v2
8
- with :
9
- node-version : ' 16'
10
- - uses : actions/setup-python@v2
11
- with :
12
- python-version : ' ^3.9'
13
- - uses : actions/checkout@v2
7
+ - uses : actions/setup-node@v4
8
+ - uses : actions/setup-python@v5
9
+ - uses : actions/checkout@v4
14
10
with :
15
11
path : site
16
- - uses : actions/checkout@master
12
+ - uses : actions/checkout@v4
17
13
with :
18
14
repository : datawire/getambassador.io-blc2
19
15
path : blc
Original file line number Diff line number Diff line change 4
4
" Lint " :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/setup-node@v2
8
- with :
9
- node-version : ' 16'
10
- - uses : actions/checkout@v2
7
+ - uses : actions/setup-node@v4
8
+ - uses : actions/checkout@v4
11
9
- run : yarn install
12
10
- name : " yarn run gatsby build"
13
11
run : |
You can’t perform that action at this time.
0 commit comments