From d689a2a0357cf600101a151ec296ef7e62f3baa1 Mon Sep 17 00:00:00 2001 From: container-bot <36992359+container-bot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:17:20 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v39 | datasource | package | from | to | | ----------- | ------------------------ | ------- | ------- | | github-tags | tj-actions/changed-files | v36.4.1 | v39.2.2 | --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0123826..d3a232c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@54479c37f5eb47a43e595c6b71e1df2c112ce7f1 # v36.4.1 + uses: tj-actions/changed-files@408093d9ff9c134c33b974e0722ce06b9d6e8263 # v39.2.2 with: dir_names: true dir_names_max_depth: 2