From 3758da4676f659a5eb1d2352138b204d7c64d551 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Wed, 22 Jan 2025 19:39:07 +0100 Subject: [PATCH] Fix cookieplone GHA 5 --- .github/workflows/cookieplone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cookieplone.yml b/.github/workflows/cookieplone.yml index 1f5dda6c0f..b541049a8b 100644 --- a/.github/workflows/cookieplone.yml +++ b/.github/workflows/cookieplone.yml @@ -15,6 +15,8 @@ jobs: matrix: node-version: [22.x] steps: + - uses: actions/checkout@v4 + - name: Set up Node.js environment uses: ./.github/actions/node_env_setup with: