From e5da95650a086586ff9da8dd21d5ee1d2a368a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 01:37:44 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 3.4.1 to 3.5.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_meta-build.yaml | 2 +- .github/workflows/ci-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_meta-build.yaml b/.github/workflows/_meta-build.yaml index 9eeee355e..b63ec1845 100644 --- a/.github/workflows/_meta-build.yaml +++ b/.github/workflows/_meta-build.yaml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up NodeJs - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/.github/workflows/ci-release.yaml b/.github/workflows/ci-release.yaml index 69742b052..c7c2f54e0 100644 --- a/.github/workflows/ci-release.yaml +++ b/.github/workflows/ci-release.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up NodeJs - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: '16' cache: 'npm'