From 16ffd41bf43f5298ad73bbefe320a07ab0b9e43d Mon Sep 17 00:00:00 2001 From: Alexander Richards Date: Mon, 27 Nov 2023 13:56:06 +0000 Subject: [PATCH] Update ci_push_testing.yml --- .github/workflows/ci_push_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_push_testing.yml b/.github/workflows/ci_push_testing.yml index a8e4a70e48..7cc5fe651d 100644 --- a/.github/workflows/ci_push_testing.yml +++ b/.github/workflows/ci_push_testing.yml @@ -35,7 +35,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v24 + uses: tj-actions/changed-files@v40.2.0 with: base_sha: ${{ github.event.pull_request.head.sha }}