2929 with :
3030 persist-credentials : false
3131
32- - uses : ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265 .0
32+ - uses : ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # pin@v1.267 .0
3333 with :
3434 bundler-cache : false
3535
4646 run : script/build
4747
4848 - name : upload artifact
49- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # pin@v4.6.2
49+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # pin@v5.0.0
5050 id : upload-artifact
5151 with :
5252 name : ${{ steps.build.outputs.artifact_dir }}
6666 with :
6767 persist-credentials : false
6868
69- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # pin@v5 .0.0
69+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # pin@v6 .0.0
7070 with :
7171 artifact-ids : ${{ needs.build.outputs.artifact-id }}
7272 path : ${{ needs.build.outputs.artifact_dir }}
@@ -86,15 +86,15 @@ jobs:
8686 run : |
8787 GEM_HOST_API_KEY=${GITHUB_TOKEN} gem push --key github --host https://rubygems.pkg.github.com/${OWNER} $ARTIFACT_PATH/${GEM_NAME}-${GEM_VERSION}.gem
8888
89- - uses : ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265 .0
89+ - uses : ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # pin@v1.267 .0
9090 with :
9191 bundler-cache : false
9292
9393 - name : bootstrap
9494 run : script/bootstrap
9595
9696 - name : Configure RubyGems Credentials
97- uses : rubygems/configure-rubygems-credentials@23d6a54ecc9cbcdfeab01a03a15a7deabe34efc0 # pin@main
97+ uses : rubygems/configure-rubygems-credentials@89fa1f8ddec96dc9a57f448b9eaadbdf531f50e2 # pin@main
9898
9999 - name : sign ruby gem
100100 env :
@@ -138,7 +138,7 @@ jobs:
138138 contents : read
139139
140140 steps :
141- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # pin@v5 .0.0
141+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # pin@v6 .0.0
142142 with :
143143 path : ${{ needs.build.outputs.artifact_dir }}
144144 artifact-ids : ${{ needs.build.outputs.artifact-id }}
@@ -154,7 +154,7 @@ jobs:
154154 runs-on : ubuntu-latest
155155
156156 steps :
157- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # pin@v5 .0.0
157+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # pin@v6 .0.0
158158 with :
159159 path : ${{ needs.build.outputs.artifact_dir }}
160160 artifact-ids : ${{ needs.build.outputs.artifact-id }}
0 commit comments