We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931442a commit 615f653Copy full SHA for 615f653
2 files changed
.github/workflows/commit_lint.yaml
@@ -13,4 +13,4 @@ jobs:
13
- uses: actions/checkout@v2
14
with:
15
fetch-depth: 0
16
- - uses: wagoid/commitlint-github-action@v3
+ - uses: wagoid/commitlint-github-action@v4
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
30
gpg --list-secret-keys --keyid-format LONG
31
- name: Inject slug/short variables
32
- uses: rlespinasse/github-slug-action@v3.x
+ uses: rlespinasse/github-slug-action@v4
33
- name: Validate Tag
34
run: npx semver $GITHUB_REF_SLUG
35
- name: Version kafka-management-sdk
0 commit comments