File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout repo
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 - name : Check if Node.js project and has package.json
2525 id : packagejson
2626 run : test -e ./package.json && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 7171 run : npm test --if-present
7272 - if : failure() # Only, on failure, send a message on the 94_bot-failing-ci slack channel
7373 name : Report workflow run status to Slack
74- uses : 8398a7/action-slack@v3
74+ uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # using https://github.com/8398a7/action-slack/releases/tag/v3.16.2
7575 with :
7676 status : ${{ job.status }}
7777 fields : repo,action,workflow
@@ -125,7 +125,7 @@ jobs:
125125 run : npx semantic-release@19.0.4
126126 - if : failure() # Only, on failure, send a message on the 94_bot-failing-ci slack channel
127127 name : Report workflow run status to Slack
128- uses : 8398a7/action-slack@v3
128+ uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # using https://github.com/8398a7/action-slack/releases/tag/v3.16.2
129129 with :
130130 status : ${{ job.status }}
131131 fields : repo,action,workflow
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 # target branch of release. More info https://docs.github.com/en/rest/reference/repos#releases
2121 # in case release is created from release branch then we need to checkout from given branch
3030 id : lockversion
3131 - if : steps.packagejson.outputs.exists == 'true'
3232 name : Setup Node.js
33- uses : actions/setup-node@v3
33+ uses : actions/setup-node@v4
3434 with :
3535 node-version : " ${{ steps.lockversion.outputs.version }}"
3636 cache : ' npm'
6060 branch : version-bump/${{github.event.release.tag_name}}
6161 - if : failure() # Only, on failure, send a message on the 94_bot-failing-ci slack channel
6262 name : Report workflow run status to Slack
63- uses : 8398a7/action-slack@v3
63+ uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # using https://github.com/8398a7/action-slack/releases/tag/v3.16.2
6464 with :
6565 status : ${{ job.status }}
6666 fields : repo,action,workflow
You can’t perform that action at this time.
0 commit comments