From cf3aeb8337ce4101e6b95f412c3f4394fa58bd01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:02:42 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v45 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index f011ebe..e37d43c 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: "Calculate changed files directories" id: calculate_changed_files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: dir_names: true dir_names_exclude_current_dir: true