From e0eecaccf5ef1a513312571568ecf63a8680d457 Mon Sep 17 00:00:00 2001 From: Nico Kaiser Date: Thu, 8 Aug 2024 09:10:04 +0200 Subject: [PATCH] ci: update GitHub action versions --- .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 4c6c8a1..7f4e72a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: matrix: node: ['16', '18', '20', '22'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - run: npm install