From f4ba747e3f7c8e973abf935ca50552a5d397236f Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Tue, 31 Dec 2024 17:12:25 +0100 Subject: [PATCH] build master --- .github/workflows/build_master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index d1911127b4..9eb2e4c7b8 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 #Needed to download everything to be able to access the master & language branches