Commit 6ba724f 1 parent 7920d18 commit 6ba724f Copy full SHA for 6ba724f
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
concurrency :
10
- group : ${{ github.head_ref }}
10
+ group : ${{ github.head_ref || github.ref_name }}
11
11
cancel-in-progress : true
12
12
13
13
jobs :
19
19
puppet_unit_test_matrix : ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
20
20
github_action_test_matrix : ${{ steps.get-outputs.outputs.github_action_test_matrix }}
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : Setup ruby
25
25
uses : ruby/setup-ruby@v1
47
47
include : ${{fromJson(needs.setup_matrix.outputs.puppet_unit_test_matrix)}}
48
48
name : Spec Puppet ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }})
49
49
steps :
50
- - uses : actions/checkout@v2
50
+ - uses : actions/checkout@v4
51
51
52
52
- name : Setup ruby
53
53
uses : ruby/setup-ruby@v1
65
65
BOLT_GEM : true
66
66
CI : true
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v4
69
69
- name : Setup ruby
70
70
uses : ruby/setup-ruby@v1
71
71
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-20.04
12
12
if : github.repository_owner == 'gibbs'
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Setup Ruby
17
17
uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments