From 600299080c78347755a444956ffdf99cfa000368 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 17 Jul 2026 12:50:08 +0200 Subject: [PATCH] feat: actions filter cicd --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9853dff..0df6517 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 2 # needed for git diff tracking - name: Defined filter paths - uses: dorny/paths-filter@v3 + uses: actions/paths-filter@v3 # see: https://gitea.psi.ch/actions/paths-filter id: filter with: filters: |