From 21f7b8b98c05faa42991b53c7fe42dc134fc845e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 00:08:18 +0800 Subject: [PATCH] Update tj-actions/changed-files action to v35.7.12 (#45) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 8ac00d2a3..6f94a54fd 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -117,7 +117,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@v35.7.11 + uses: tj-actions/changed-files@v35.7.12 with: base_sha: ${{ steps.get_commit_sha.outputs.previous_tag }} files: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a90f9f4b..e1e870601 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: - name: Get changed container files id: changed-files - uses: tj-actions/changed-files@v35.7.11 + uses: tj-actions/changed-files@v35.7.12 with: files: | rootfs/**