From 4ed3f57e7581023bccee63b1c77a19340f5474a8 Mon Sep 17 00:00:00 2001 From: Guillaume Quittet Date: Thu, 23 May 2024 00:39:19 +0200 Subject: [PATCH] ci: switch to actions v4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86a5ea9..8602b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,12 @@ jobs: node-version: [18.x, 20.x, 22.x] steps: - - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.2.2 + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 with: version: 8 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'pnpm'