File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
- name : checkout
26
26
uses : actions/checkout@v4
27
27
28
- - uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # pin@v1.204 .0
28
+ - uses : ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # pin@v1.214 .0
29
29
with :
30
30
bundler-cache : true
31
31
Original file line number Diff line number Diff line change 18
18
- name : checkout
19
19
uses : actions/checkout@v4
20
20
21
- - uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # pin@v1.204 .0
21
+ - uses : ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # pin@v1.214 .0
22
22
with :
23
23
bundler-cache : true
24
24
Original file line number Diff line number Diff line change 20
20
- name : checkout
21
21
uses : actions/checkout@v4
22
22
23
- - uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # pin@v1.204 .0
23
+ - uses : ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # pin@v1.214 .0
24
24
with :
25
25
bundler-cache : true
26
26
46
46
GEM_HOST_API_KEY=${{ secrets.GITHUB_TOKEN }} gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem
47
47
48
48
- name : release
49
- uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # pin@v1.14 .0
49
+ uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # pin@v1.15 .0
50
50
with :
51
51
artifacts : " ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
52
52
tag : " v${{ env.GEM_VERSION }}"
Original file line number Diff line number Diff line change 22
22
- name : checkout
23
23
uses : actions/checkout@v4
24
24
25
- - uses : ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # pin@v1.204 .0
25
+ - uses : ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # pin@v1.214 .0
26
26
with :
27
27
bundler-cache : true
28
28
ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments