From 888f62564bb8a6362aae51625978b7ed4516eb0c Mon Sep 17 00:00:00 2001 From: Marco Baumgartl Date: Thu, 21 Dec 2023 14:06:23 +0100 Subject: [PATCH] ci: Update Github 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 b1baa7f..1c74839 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: matrix: node: ['16', '18', '20'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - run: npm install