From e88ca0d8135371b6892e76e0003830d52caa7bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:22:18 -0400 Subject: [PATCH] Bump tj-actions/changed-files from 44 to 45 in the github-actions group (#1) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c27cf39..fdf08d5 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ runs: - name: Get changed files id: changed-files if: ${{ inputs.changed-files == 'true' }} - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: '**.py' - run: |