Skip to content

Commit

Permalink
ci(actions): Update release workflow to v4 versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
StjerneIdioten authored Nov 24, 2023
1 parent feb20a0 commit cb99993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/exec
Expand Down

0 comments on commit cb99993

Please sign in to comment.