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 1010 timeout-minutes : 10
1111 container : puppet/pdk:3.0.0.0
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Run static validations
1515 run : /usr/local/bin/pdk bundle exec rake validate lint check
1616 env :
2222 timeout-minutes : 60
2323 container : puppet/pdk:3.0.0.0
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : Run unit tests on Puppet 8
2727 run : /usr/local/bin/pdk test unit --puppet-version=8 --parallel
2828 env :
Original file line number Diff line number Diff line change 1717 container : puppet/pdk:2.6.1.0
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : " PDK Build"
2222 uses : docker://puppet/pdk:2.6.1.0
2323 with :
You can’t perform that action at this time.
0 commit comments