This repository was archived by the owner on Jul 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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'
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'
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
You can’t perform that action at this time.
0 commit comments