From 38ed1737e68672a07170ff8cd3d00539045d9a3d Mon Sep 17 00:00:00 2001 From: Luca8991 Date: Fri, 17 Nov 2023 20:36:34 +0100 Subject: [PATCH] chore: update actions to v4 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c48406..d6e16d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,8 +11,8 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 18 cache: "npm"