From 4f96495bfe739926c0ba20dbad58c929576e3a17 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Feb 2022 10:16:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2.5.1 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/pull_request_title.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df78e4ce0..7775bfdb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - name: Use Node.js - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v2.5.1 with: node-version: 17 check-latest: true @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - name: Use Node.js - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v2.5.1 with: node-version: 17 check-latest: true @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - name: Use Node.js - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v2.5.1 with: node-version: ${{ matrix.node }} check-latest: true @@ -64,7 +64,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - name: Use Node.js - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v2.5.1 with: node-version: 17 check-latest: true diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index 4156a6c8b..687d11663 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - name: Use Node.js - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v2.5.1 with: node-version: 17 check-latest: true