Commit f5da556 1 parent 1fdc045 commit f5da556 Copy full SHA for f5da556
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- ruby : ['3.0 ', '3.1', '3.2 ']
17
+ ruby : ['3.2 ', '3.3 ']
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
- name : Set up Ruby
23
23
uses : ruby/setup-ruby@v1
24
24
with :
25
25
ruby-version : ${{ matrix.ruby }}
26
- - uses : arduino/setup-task@v1
26
+ - uses : arduino/setup-task@v2
27
27
with :
28
28
repo-token : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Show repository information
@@ -40,14 +40,14 @@ jobs:
40
40
env :
41
41
GEM_HOST_API_KEY : ${{ secrets.GEM_HOST_API_KEY }}
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
with :
45
45
fetch-depth : 0
46
46
- name : Set up Ruby
47
47
uses : ruby/setup-ruby@v1
48
48
with :
49
- ruby-version : ' 3.1 '
50
- - uses : arduino/setup-task@v1
49
+ ruby-version : ' 3.2 '
50
+ - uses : arduino/setup-task@v2
51
51
with :
52
52
repo-token : ${{ secrets.GITHUB_TOKEN }}
53
53
- name : Build and release gem
You can’t perform that action at this time.
0 commit comments