From 27b48fe2aee487967ff8201236cf0aba4ab5b74a Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Tue, 12 Mar 2024 14:53:54 +0900 Subject: [PATCH] ci: upgrade actions --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86e216e..26b19ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,20 +13,20 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} repository: ${{ github.repository }} # For the tests to be able to publish current branch - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc - name: Setup pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v3 with: - version: 7 + version: 8 run_install: true - name: Lint