File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow
1414 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1515 steps :
16- - uses : actions/checkout@latest
16+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
1717 - name : Tag and Push Gem
1818 id : tag-and-push-gem
1919 # This action basically runs `bundle exec rake release` if there is not an existing tag in GitHub
2020 # for the current version of the gem, found in the `gemspec`.
21- uses : discourse/publish-rubygems-action@latest
21+ uses : discourse/publish-rubygems-action@ec5415e2cc3509a5cc8c4eef9499cf3fb05f8391
2222 env :
2323 # This is provided to GitHub Actions automatically – you do not need to add this secret.
2424 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments