From a723dc460e80c80733df7155f280dfa5b9d9acb8 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 21 Aug 2024 14:08:25 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v45 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 907e2b3a8..d22d0a42e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: php-version: '8.2' - name: Get changed files id: changedFiles - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 - uses: jwalton/gh-find-current-pr@v1 id: findPr with: