Skip to content

Commit 615f653

Browse files
secondsunwtrocki
authored andcommitted
chore: update workflow dependency
1 parent 931442a commit 615f653

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commit_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0
16-
- uses: wagoid/commitlint-github-action@v3
16+
- uses: wagoid/commitlint-github-action@v4

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
3030
gpg --list-secret-keys --keyid-format LONG
3131
- name: Inject slug/short variables
32-
uses: rlespinasse/github-slug-action@v3.x
32+
uses: rlespinasse/github-slug-action@v4
3333
- name: Validate Tag
3434
run: npx semver $GITHUB_REF_SLUG
3535
- name: Version kafka-management-sdk

0 commit comments

Comments
 (0)