Skip to content

Commit 8d90836

Browse files
author
asyncapi-bot
committed
ci: update of files from global .github repo
1 parent 44586e8 commit 8d90836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-docs-on-docs-commits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
2727
id: lockversion
2828
- name: Use Node.js
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: "${{ steps.lockversion.outputs.version }}"
3232
cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
3636
- name: Regenerate docs
3737
run: npm run generate:assets --if-present
3838
- name: Create Pull Request with updated docs
39-
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # uses 5.0.2 https://github.com/peter-evans/create-pull-request/releases/tag/v5.0.2
39+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # uses 7.0.8 https://github.com/peter-evans/create-pull-request/releases/tag/v7.0.8
4040
with:
4141
token: ${{ secrets.GH_TOKEN }}
4242
commit-message: 'chore: update generated docs'
@@ -47,7 +47,7 @@ jobs:
4747
branch: gen-docs-update/${{ github.job }}
4848
- name: Report workflow status to Slack
4949
if: failure() # Only, on failure, send a message on the 94_bot-failing-ci slack channel
50-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 #using https://github.com/8398a7/action-slack/releases/tag/v3.15.1
50+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 #using https://github.com/8398a7/action-slack/releases/tag/v3.16.2
5151
with:
5252
status: ${{ job.status }}
5353
fields: repo,action,workflow

0 commit comments

Comments
 (0)