diff --git a/.github/workflows/JsActionPublish.yml b/.github/workflows/JsActionPublish.yml index ab423bb2..2d555ec8 100644 --- a/.github/workflows/JsActionPublish.yml +++ b/.github/workflows/JsActionPublish.yml @@ -37,23 +37,17 @@ jobs : with : ref: js_action - name : ${{ matrix.node-version }} - uses : Wandalen/wretry.action@master + uses : Wandalen/wretry.action/post@master with : action : actions/setup-node@v4 with : | node-version : ${{ matrix.node-version }} attempt_limit : 3 attempt_delay: 1000 - - name : Install willbe - uses : Wandalen/wretry.action@master - with : - command : npm i -g willbe@latest - attempt_limit : 3 - attempt_delay: 1000 - name : Install submodules - uses : Wandalen/wretry.action@master + uses : Wandalen/wretry.action/main@master with : - command : will .npm.install + command : npm i attempt_limit : 3 attempt_delay: 1000 - name : Environment diff --git a/.github/workflows/JsActionPullRequest.yml b/.github/workflows/JsActionPullRequest.yml index 534ae84b..b083a29d 100644 --- a/.github/workflows/JsActionPullRequest.yml +++ b/.github/workflows/JsActionPullRequest.yml @@ -33,23 +33,17 @@ jobs : run : git config --system core.longpaths true - uses : actions/checkout@v4 - name : ${{ matrix.node-version }} - uses : Wandalen/wretry.action@master + uses : Wandalen/wretry.action/post@master with : action : actions/setup-node@v4 with : | node-version : ${{ matrix.node-version }} attempt_limit : 3 attempt_delay: 1000 - - name : Install willbe - uses : Wandalen/wretry.action@master - with : - command : npm i -g willbe@latest - attempt_limit : 3 - attempt_delay: 1000 - name : Install submodules - uses : Wandalen/wretry.action@master + uses : Wandalen/wretry.action/main@master with : - command : will .npm.install + command : npm i attempt_limit : 3 attempt_delay: 1000 - name : Environment diff --git a/.github/workflows/JsActionPush.yml b/.github/workflows/JsActionPush.yml index b9732f75..d31f722e 100644 --- a/.github/workflows/JsActionPush.yml +++ b/.github/workflows/JsActionPush.yml @@ -36,23 +36,17 @@ jobs : run : git config --system core.longpaths true - uses : actions/checkout@v4 - name : ${{ matrix.node-version }} - uses : Wandalen/wretry.action@master + uses : Wandalen/wretry.action/post@master with : action : actions/setup-node@v4 with : | node-version : ${{ matrix.node-version }} attempt_limit : 3 attempt_delay: 1000 - - name : Install willbe - uses : Wandalen/wretry.action@master - with : - command : npm i -g willbe@latest - attempt_limit : 3 - attempt_delay: 1000 - name : Install submodules - uses : Wandalen/wretry.action@master + uses : Wandalen/wretry.action/main@master with : - command : will .npm.install + command : npm i attempt_limit : 3 attempt_delay: 1000 - name : Environment