Skip to content

Commit

Permalink
chore: Adjust version SHAs for semantic release workflow (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Varpuspaavi authored Sep 13, 2023
1 parent fea6e4c commit a899e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-node@v5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: 20
- uses: ruby/setup-ruby@v8a45918450651f5e4784b6031db26f4b9f76b251
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
ruby-version: '3.2' # Not needed with a .ruby-version file

Expand All @@ -22,7 +22,7 @@ jobs:
run: gem build

- name: Semantic Release
uses: cycjimmy/semantic-release-action@75aba232a0230253df6bf4f7beb4376debf5cefb
uses: cycjimmy/semantic-release-action@61680d0e9b02ff86f5648ade99e01be17f0260a4
env:
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a899e6a

Please sign in to comment.