diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d72d2503..330abe69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,10 +85,10 @@ jobs: id: semantic uses: cycjimmy/semantic-release-action@v3 with: - semantic_version: 17.1.1 + semantic_version: 19.0.5 extra_plugins: | - conventional-changelog-conventionalcommits@^4.4.0 - @semantic-release/exec@^5.0.0 + conventional-changelog-conventionalcommits@^5.0.0 + @semantic-release/exec@^6.0.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SPLUNK_USER: ${{ secrets.SPLUNK_USER }}