From 2722eccb0a4788f6f7ac9285b615901468a874a2 Mon Sep 17 00:00:00 2001 From: Abdulhakim Ajetunmobi Date: Tue, 18 Mar 2025 17:02:55 +0000 Subject: [PATCH] fix: Pin changed files action --- .github/workflows/preview.yml | 2 +- .github/workflows/workspace.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 047ea78..92411a7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -18,7 +18,7 @@ jobs: - name: Get changed files id: get-changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@2f7c5bf - name: Get changed folder id: get-changed-folder diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index ff7e045..41bb0dc 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -17,7 +17,7 @@ jobs: - name: Get changed files id: get-changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@2f7c5bf - name: Get changed folder id: get-changed-folder