From c0a4ae1bc38b46c519948a0c3b497ebacd75462c Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Fri, 16 Feb 2024 12:48:52 +0100 Subject: [PATCH] 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 1ba0f40..6983ed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: node: [14, 16, 18, 20] name: Node ${{ matrix.node }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - name: Install dependencies