File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
working-directory : modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Install dependencies
22
22
run : yarn install
23
23
- name : Run prettier
Original file line number Diff line number Diff line change 17
17
working-directory : modules/runners/lambdas/runners
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Install dependencies
22
22
run : yarn install
23
23
- name : Run prettier
Original file line number Diff line number Diff line change 17
17
working-directory : modules/webhook/lambdas/webhook
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Install dependencies
22
22
run : yarn install
23
23
- name : Run prettier
Original file line number Diff line number Diff line change 27
27
working-directory : images/${{ matrix.image }}
28
28
steps :
29
29
- name : " Checkout"
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
32
32
- name : packer init
33
33
run : packer init .
Original file line number Diff line number Diff line change 21
21
env :
22
22
LAMBDA : ${{ matrix.lambda }}
23
23
run : echo ::set-output name=name::${LAMBDA##*/}
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- name : Add zip
26
26
run : apt update && apt install zip
27
27
- name : Build dist
39
39
needs :
40
40
prepare
41
41
steps :
42
- - uses : actions/checkout@v2
42
+ - uses : actions/checkout@v3
43
43
with :
44
44
fetch-depth : 0
45
45
persist-credentials : false
Original file line number Diff line number Diff line change 21
21
image : hashicorp/terraform:${{ matrix.terraform }}
22
22
steps :
23
23
- name : " Checkout"
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
- name : " Fake zip files" # Validate will fail if it cannot find the zip files
26
26
run : |
27
27
touch modules/webhook/lambdas/webhook/webhook.zip
53
53
container :
54
54
image : hashicorp/terraform:${{ matrix.terraform }}
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v3
57
57
- name : terraform init
58
58
run : terraform init -get -backend=false -input=false
59
59
- if : contains(matrix.terraform, '1.1.')
You can’t perform that action at this time.
0 commit comments