From 8030c9e8869d26bebebe7992b4081e23d80abd3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:51:25 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/textlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/textlint.yml b/.github/workflows/textlint.yml index dd67712..404f988 100644 --- a/.github/workflows/textlint.yml +++ b/.github/workflows/textlint.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@master - name: Setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - run: yarn install