Skip to content

Commit

Permalink
ci: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Oct 4, 2023
1 parent d8b50f2 commit 9f8dfe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "lts/hydrogen"
Expand All @@ -21,14 +21,14 @@ jobs:
- run: |
npm ci --include=dev
echo "./node_modules/.bin" >> $GITHUB_PATH
- uses: cycjimmy/semantic-release-action@v3
- uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
semantic_version: ^19
semantic_version: ^22
extra_plugins: |
@semantic-release/git@^10
@semantic-release/changelog@^6
@semantic-release/exec@^6
conventional-changelog-conventionalcommits@^5
conventional-changelog-conventionalcommits@^7

0 comments on commit 9f8dfe3

Please sign in to comment.