Skip to content

Commit bb20d20

Browse files
authored
ci: update of files from global .github repo (#573)
1 parent eee616a commit bb20d20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
run: test -e ./package.json && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT
2727
- if: steps.packagejson.outputs.exists == 'true'
2828
name: Bumping latest version of this package in other repositories
29-
uses: derberg/npm-dependency-manager-for-your-github-org@3df56be95bcaa5c76a9c9a4af863ab151545b649 # using v6.-.- https://github.com/derberg/npm-dependency-manager-for-your-github-org/releases/tag/v6
29+
uses: derberg/npm-dependency-manager-for-your-github-org@1eafd3bf3974f21d395c1abac855cb04b295d570 # using v6.-.- https://github.com/derberg/npm-dependency-manager-for-your-github-org/releases/tag/v6
3030
with:
3131
github_token: ${{ secrets.GH_TOKEN }}
3232
committer_username: asyncapi-bot
3333
committer_email: info@asyncapi.io
3434
repos_to_ignore: spec,bindings,saunter
35+
custom_id: "dependency update from asyncapi bot"

0 commit comments

Comments
 (0)