From 36c384246c1a6734e36f85c0c14f045f196f04ef Mon Sep 17 00:00:00 2001 From: Otto Richter Date: Mon, 7 Oct 2024 03:21:45 +0200 Subject: [PATCH] chore(ci): update changed-files actions URL for consistency mirrored actions are typically created under the name of the original author; additionally this moves the action to Forgejo's control --- .forgejo/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index 55ac4454b5..3440993ce2 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -110,7 +110,7 @@ jobs: - uses: ./.forgejo/workflows-composite/build-backend - name: Get changed files id: changed-files - uses: https://code.forgejo.org/fossdd/changed-files@v45 + uses: https://code.forgejo.org/tj-actions/changed-files@v45 with: separator: '\n' - run: |