Skip to content

Commit 671cfe1

Browse files
authored
ci: update of files from global .github repo (#502)
1 parent 607b456 commit 671cfe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ 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@26a4f13d740254719971325046822a169aaa7441 # using v5.-.- https://github.com/derberg/npm-dependency-manager-for-your-github-org/releases/tag/v5.0.0
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
3030
with:
3131
github_token: ${{ secrets.GH_TOKEN }}
3232
committer_username: asyncapi-bot
3333
committer_email: info@asyncapi.io
34-
repos_to_ignore: spec,bindings
34+
repos_to_ignore: spec,bindings,saunter

0 commit comments

Comments
 (0)