This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-bot.git
The following commit(s) were added to refs/heads/master by this push:
new bbba269 chore: update workflow deps
bbba269 is described below
commit bbba269474032cb86e4035d0707fac69063bf3e7
Author: plainheart <[email protected]>
AuthorDate: Sat Nov 18 17:45:22 2023 +0800
chore: update workflow deps
---
.github/workflows/bot-wakup.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/bot-wakup.yml b/.github/workflows/bot-wakup.yml
index 10f9bd4..3aec48a 100644
--- a/.github/workflows/bot-wakup.yml
+++ b/.github/workflows/bot-wakup.yml
@@ -11,13 +11,13 @@ jobs:
strategy:
matrix:
- node-version: ['16.x']
+ node-version: ['20.x']
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]