Skip to content

Commit

Permalink
ci: Lock version of semantic-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
btorresgil committed Jan 3, 2023
1 parent 779bee6 commit 873d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
new_release_channel: ${{ steps.semantic.outputs.new_release_channel }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.2.0
- name: Create release and publish
id: semantic
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit 873d466

Please sign in to comment.