File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
ruby_version :
8
8
description : " The target Ruby version."
9
9
required : false
10
- default : " 2.7 "
10
+ default : " 3.1 "
11
11
type : " string"
12
12
puppet_version :
13
13
description : " The target Puppet version."
Original file line number Diff line number Diff line change 7
7
ruby_version :
8
8
description : " The target Ruby version."
9
9
required : false
10
- default : " 2.7 "
10
+ default : " 3.1 "
11
11
type : " string"
12
12
puppet_gem_version :
13
13
description : " Specifies the version of the Puppet gem to be installed"
Original file line number Diff line number Diff line change 30
30
- name : " Setup ruby"
31
31
uses : " ruby/setup-ruby@v1"
32
32
with :
33
- ruby-version : " 2.7 "
33
+ ruby-version : " 3.1 "
34
34
bundler-cache : " true"
35
35
36
36
- name : " Bundle environment"
Original file line number Diff line number Diff line change 48
48
if : success()
49
49
uses : " ruby/setup-ruby@v1"
50
50
with :
51
- ruby-version : 2.7
51
+ ruby-version : 3.1
52
52
53
53
- name : " bundle lock"
54
54
if : success()
Original file line number Diff line number Diff line change 42
42
- name : " Setup ruby"
43
43
uses : " ruby/setup-ruby@v1"
44
44
with :
45
- ruby-version : " 2.7 "
45
+ ruby-version : " 3.1 "
46
46
bundler-cache : true
47
47
48
48
- name : " Bundle environment"
88
88
- name : " Setup ruby"
89
89
uses : " ruby/setup-ruby@v1"
90
90
with :
91
- ruby-version : " 2.7 "
91
+ ruby-version : " 3.1 "
92
92
bundler-cache : true
93
93
94
94
- name : " Bundle environment"
Original file line number Diff line number Diff line change 22
22
ruby_version :
23
23
description : " Ruby version to use"
24
24
required : false
25
- default : ' 2.7 '
25
+ default : ' 3.1 '
26
26
type : " string"
27
27
puppetcore_api_type :
28
28
description : " The type of API to use for Puppet Core."
Original file line number Diff line number Diff line change 17
17
ruby_version :
18
18
description : " The target Ruby version."
19
19
required : false
20
- default : " 2.7 "
20
+ default : " 3.1 "
21
21
type : " string"
22
22
23
23
env :
You can’t perform that action at this time.
0 commit comments