File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
timeout-minutes : 10
11
11
container : puppet/pdk:3.0.0.0
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Run static validations
15
15
run : /usr/local/bin/pdk bundle exec rake validate lint check
16
16
env :
22
22
timeout-minutes : 60
23
23
container : puppet/pdk:3.0.0.0
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Run unit tests on Puppet 8
27
27
run : /usr/local/bin/pdk test unit --puppet-version=8 --parallel
28
28
env :
Original file line number Diff line number Diff line change 17
17
container : puppet/pdk:2.6.1.0
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : " PDK Build"
22
22
uses : docker://puppet/pdk:2.6.1.0
23
23
with :
You can’t perform that action at this time.
0 commit comments