From 692e6807c5a3752cc36bbf8c4bcabc937925eacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20de=20Juvigny?= Date: Thu, 2 Nov 2023 10:16:06 +0100 Subject: [PATCH] update github actions deps --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa66c7e..58a19b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,11 +13,11 @@ jobs: name: 'Lint (node: 20)' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: 'strapi/blocks-react-renderer' persist-credentials: false - - uses: actions/setup-node@v2-beta + - uses: actions/setup-node@v3 with: node-version: 20 - name: 'Install dependencies for linting' @@ -32,11 +32,11 @@ jobs: matrix: node: [18, 20] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: 'strapi/blocks-react-renderer' persist-credentials: false - - uses: actions/setup-node@v2-beta + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - name: 'Run install'