From 3990dab2ca203bced63025c85eccf2efa80e2a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:36:43 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 45.0.3 to 45.0.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.3 to 45.0.4. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/c3a1bb2c992d77180ae65be6ae6c166cf40f857c...4edd678ac3f81e2dc578756871e4d00c19191daf) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24483c5f0..33d4276d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Get changed files id: changed-files if: ${{ inputs.plugins == '' }} - uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c + uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf with: base_sha: ${{ steps.last_successful_commit_push.outputs.base }} files: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2f65cd8ba..8aa71d01e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -37,7 +37,7 @@ jobs: - name: Get changed files id: changed-files if: ${{ inputs.plugins == '' }} - uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c + uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf with: files: | plugins/**