File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1818 - name : checkout
1919 uses : actions/checkout@v4
2020
21- - uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245 .0
21+ - uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # pin@v1.254 .0
2222 with :
2323 bundler-cache : true
2424
Original file line number Diff line number Diff line change 2424 - name : checkout
2525 uses : actions/checkout@v4
2626
27- - uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245 .0
27+ - uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # pin@v1.254 .0
2828 with :
2929 bundler-cache : true
3030
Original file line number Diff line number Diff line change 1414 - name : checkout
1515 uses : actions/checkout@v4
1616
17- - uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245 .0
17+ - uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # pin@v1.254 .0
1818 with :
1919 bundler-cache : true
2020
Original file line number Diff line number Diff line change 2121 - name : checkout
2222 uses : actions/checkout@v4
2323
24- - uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245 .0
24+ - uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # pin@v1.254 .0
2525 with :
2626 bundler-cache : true
2727 ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 1818 - name : checkout
1919 uses : actions/checkout@v4
2020
21- - uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245 .0
21+ - uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # pin@v1.254 .0
2222 with :
2323 bundler-cache : true
2424
Original file line number Diff line number Diff line change 2828 with :
2929 persist-credentials : false
3030
31- - uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245 .0
31+ - uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # pin@v1.254 .0
3232 with :
3333 bundler-cache : false
3434
6262 with :
6363 persist-credentials : false
6464
65- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
65+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
6666 with :
6767 artifact-ids : ${{ needs.build.outputs.artifact-id }}
6868
7676 run : |
7777 GEM_HOST_API_KEY=${GITHUB_TOKEN} gem push --key github --host https://rubygems.pkg.github.com/${OWNER} $ARTIFACT_PATH/${GEM_NAME}-${GEM_VERSION}.gem
7878
79- - uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245 .0
79+ - uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # pin@v1.254 .0
8080 with :
8181 bundler-cache : false
8282
@@ -128,7 +128,7 @@ jobs:
128128 contents : read
129129
130130 steps :
131- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
131+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
132132 with :
133133 artifact-ids : ${{ needs.build.outputs.artifact-id }}
134134
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ubuntu-latest
144144
145145 steps :
146- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
146+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
147147 with :
148148 artifact-ids : ${{ needs.build.outputs.artifact-id }}
149149
Original file line number Diff line number Diff line change 2121 - name : checkout
2222 uses : actions/checkout@v4
2323
24- - uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245 .0
24+ - uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # pin@v1.254 .0
2525 with :
2626 bundler-cache : true
2727 ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments