From 93ef1633c9c8bf95c1b6af5c0b24ce708c4bc463 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:39:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.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 7c5b62a07..2f7bba9ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3.1.0 - uses: pnpm/action-setup@v2.2.3 - name: Use Node.js - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version: 18 check-latest: true @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3.1.0 - uses: pnpm/action-setup@v2.2.3 - name: Use Node.js - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version: 18 check-latest: true @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3.1.0 - uses: pnpm/action-setup@v2.2.3 - name: Use Node.js - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version: ${{ matrix.node }} check-latest: true @@ -70,7 +70,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - uses: pnpm/action-setup@v2.2.3 - name: Use Node.js - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version: 18 check-latest: true diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index f9ae0279d..51ce4267e 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3.1.0 - uses: pnpm/action-setup@v2.2.3 - name: Use Node.js - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3.5.1 with: node-version: 18 check-latest: true