File tree 3 files changed +15
-15
lines changed
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
10
10
Spec :
11
11
uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12
12
with :
13
- runs_on : " ubuntu-20.04 "
13
+ runs_on : " ubuntu-latest "
14
14
secrets : " inherit"
15
15
16
16
setup_matrix :
17
17
name : " Setup Test Matrix"
18
18
needs : " Spec"
19
- runs-on : ubuntu-20.04
19
+ runs-on : ubuntu-latest
20
20
outputs :
21
21
matrix : ${{ steps.get-matrix.outputs.matrix }}
22
22
23
23
steps :
24
24
- name : Checkout Source
25
25
uses : actions/checkout@v3
26
26
27
- - name : Activate Ruby 2.7
27
+ - name : Activate Ruby 3.1
28
28
uses : ruby/setup-ruby@v1
29
29
with :
30
- ruby-version : " 2.7 "
30
+ ruby-version : " 3.1 "
31
31
bundler-cache : true
32
32
33
33
- name : Print bundle environment
47
47
- setup_matrix
48
48
if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
49
49
50
- runs-on : ubuntu-20.04
50
+ runs-on : ubuntu-latest
51
51
strategy :
52
52
fail-fast : false
53
53
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
@@ -60,10 +60,10 @@ jobs:
60
60
- name : Checkout Source
61
61
uses : actions/checkout@v3
62
62
63
- - name : Activate Ruby 2.7
63
+ - name : Activate Ruby 3.1
64
64
uses : ruby/setup-ruby@v1
65
65
with :
66
- ruby-version : " 2.7 "
66
+ ruby-version : " 3.1 "
67
67
bundler-cache : true
68
68
69
69
- name : Print bundle environment
Original file line number Diff line number Diff line change 9
9
Spec :
10
10
uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
11
11
with :
12
- runs_on : " ubuntu-20.04 "
12
+ runs_on : " ubuntu-latest "
13
13
secrets : " inherit"
14
14
15
15
setup_matrix :
16
16
name : " Setup Test Matrix"
17
17
needs : " Spec"
18
- runs-on : ubuntu-20.04
18
+ runs-on : ubuntu-latest
19
19
outputs :
20
20
matrix : ${{ steps.get-matrix.outputs.matrix }}
21
21
22
22
steps :
23
23
- name : Checkout Source
24
24
uses : actions/checkout@v3
25
25
26
- - name : Activate Ruby 2.7
26
+ - name : Activate Ruby 3.1
27
27
uses : ruby/setup-ruby@v1
28
28
with :
29
- ruby-version : " 2.7 "
29
+ ruby-version : " 3.1 "
30
30
bundler-cache : true
31
31
32
32
- name : Print bundle environment
46
46
- setup_matrix
47
47
if : ${{ needs.setup_matrix.outputs.matrix != '{}' }}
48
48
49
- runs-on : ubuntu-20.04
49
+ runs-on : ubuntu-latest
50
50
strategy :
51
51
fail-fast : false
52
52
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
@@ -59,10 +59,10 @@ jobs:
59
59
- name : Checkout Source
60
60
uses : actions/checkout@v3
61
61
62
- - name : Activate Ruby 2.7
62
+ - name : Activate Ruby 3.1
63
63
uses : ruby/setup-ruby@v1
64
64
with :
65
- ruby-version : " 2.7 "
65
+ ruby-version : " 3.1 "
66
66
bundler-cache : true
67
67
68
68
- name : Print bundle environment
Original file line number Diff line number Diff line change 45
45
}
46
46
47
47
package { 'meb' :
48
- ensure => $ensure ,
48
+ ensure => $ensure ,
49
49
}
50
50
51
51
# http://dev.mysql.com/doc/mysql-enterprise-backup/3.11/en/mysqlbackup.privileges.html
You can’t perform that action at this time.
0 commit comments