From cb86d680fb2d592012efc40083c77e89f32b5dc2 Mon Sep 17 00:00:00 2001 From: David Burles Date: Thu, 11 Jul 2024 09:50:10 +1000 Subject: [PATCH] update actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55ddeff..8f17c66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: os: [ubuntu-latest, macos-latest] node: ["20", "22"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js v${{ matrix.node }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - name: npm install and test