From 33145b58b67c70ea34fab75328097b6deef269a8 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Tue, 23 Jul 2024 15:06:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20build=20github=20actions=20scrip?= =?UTF-8?q?t=20now=20checksout=20before=20filter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57f07b09..5a741472 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: outputs: changes: ${{ steps.filter.outputs.changes }} steps: + - uses: actions/checkout@v4 - uses: dorny/paths-filter@v3 id: filter with: