From 77463e3042cf5a7ba0aae57e294fd1f47f04ed9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 09:33:49 +0300 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.2.0 (#152) * chore(deps): update actions/setup-node action to v3.2.0 * Create many-cups-do.md Co-authored-by: Renovate Bot Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com> --- .changeset/many-cups-do.md | 5 +++++ .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/many-cups-do.md diff --git a/.changeset/many-cups-do.md b/.changeset/many-cups-do.md new file mode 100644 index 00000000..58372775 --- /dev/null +++ b/.changeset/many-cups-do.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-es-roikoren": patch +--- + +chore(deps): update actions/setup-node action to v3.2.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d759955c..274712a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.2 - name: Install Node.js - uses: actions/setup-node@v3.1.1 + uses: actions/setup-node@v3.2.0 with: node-version: 18 cache: npm @@ -58,7 +58,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.2 - name: Install Node.js ${{ matrix.node }} - uses: actions/setup-node@v3.1.1 + uses: actions/setup-node@v3.2.0 with: node-version: ${{ matrix.node }} cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0426e9a7..a9392356 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node - uses: actions/setup-node@v3.1.1 + uses: actions/setup-node@v3.2.0 with: node-version: 18 cache: npm