From 10408d7047ff92d68ee411e36b69cce89603e1fe Mon Sep 17 00:00:00 2001 From: Eitan Blumin Date: Tue, 12 Nov 2024 23:55:18 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a39e9ba..264a94b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,8 +22,9 @@ jobs: - uses: actions/checkout@v2 # Get list of changed files + # previously: InfraWay/get-changed-files@v2.0 - id: files - uses: InfraWay/get-changed-files@v2.0 + uses: jitterbit/get-changed-files@v1 with: format: 'csv' # Use a simple runner to output added files