File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ jobs:
2424 steps :
2525 # Set up
2626 - name : Harden Runner
27- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
27+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
2828 with :
2929 egress-policy : audit
3030
31- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
31+ - uses : actions/checkout@v4
3232
3333 - name : Set up Ruby
34- uses : ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
34+ uses : ruby/setup-ruby@v1
3535 with :
3636 bundler-cache : true
3737 ruby-version : ruby
3838
3939 # Release
4040 - name : Publish to RubyGems
41- uses : rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1
41+ uses : rubygems/release-gem@v1
4242
4343 - name : Create GitHub release
4444 run : |
You can’t perform that action at this time.
0 commit comments