Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit 4a999cc

Browse files
bump(deps): update actions/setup-node action to v3.5.1 (#130)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://github.com/actions/setup-node) | action | patch | `v3.5.0` -> `v3.5.1` | --- ### Release Notes <details> <summary>actions/setup-node</summary> ### [`v3.5.1`](https://github.com/actions/setup-node/releases/tag/v3.5.1) [Compare Source](https://github.com/actions/setup-node/compare/v3.5.0...v3.5.1) In scope of this release we updated [actions/core to 1.10.0](https://github.com/actions/setup-node/pull/587). Moreover, we added logic [to print Nodejs, Npm, Yarn versions](https://github.com/actions/setup-node/pull/368) after installation. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/DeFiCh/metachain). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjEifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3123bb9 commit 4a999cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
version: 7
6363

64-
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
64+
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
6565
with:
6666
node-version: 16
6767
cache: pnpm
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
version: 7
8282

83-
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
83+
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
8484
with:
8585
node-version: 16
8686
cache: pnpm
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
version: 7
130130

131-
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
131+
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
132132
with:
133133
node-version: 16
134134
cache: pnpm
@@ -178,7 +178,7 @@ jobs:
178178
with:
179179
version: 7
180180

181-
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
181+
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
182182
with:
183183
node-version: 16
184184
cache: pnpm

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: 7
4040

41-
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
41+
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
4242
with:
4343
node-version: 16
4444
cache: pnpm

0 commit comments

Comments
 (0)