File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
uses : asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
27
27
id : lockversion
28
28
- name : Use Node.js
29
- uses : actions/setup-node@v3
29
+ uses : actions/setup-node@v4
30
30
with :
31
31
node-version : " ${{ steps.lockversion.outputs.version }}"
32
32
cache : ' npm'
36
36
- name : Regenerate docs
37
37
run : npm run generate:assets --if-present
38
38
- 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
40
40
with :
41
41
token : ${{ secrets.GH_TOKEN }}
42
42
commit-message : ' chore: update generated docs'
47
47
branch : gen-docs-update/${{ github.job }}
48
48
- name : Report workflow status to Slack
49
49
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
51
51
with :
52
52
status : ${{ job.status }}
53
53
fields : repo,action,workflow
You can’t perform that action at this time.
0 commit comments