From bc402d502b48ef3ae8820a015b32a490ff46ac59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:22:05 +0000 Subject: [PATCH] Update tj-actions/changed-files action to v42.0.2 --- .github/workflows/auto-release.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 06971ca..e4bf1bc 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -126,7 +126,7 @@ jobs: - name: Get changed container files if: steps.get_commit_sha.outputs.previous_tag != steps.get_commit_sha.outputs.last_commit id: changed-files - uses: tj-actions/changed-files@v42.0.1 + uses: tj-actions/changed-files@v42.0.2 with: base_sha: ${{ steps.get_commit_sha.outputs.previous_tag }} files: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81f894a..f8b6aa7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: - name: Get changed container files id: changed-files - uses: tj-actions/changed-files@v42.0.1 + uses: tj-actions/changed-files@v42.0.2 with: files: | rootfs/**