From 70e534b0d603e0ebd7413aade2b5dd15ee51b9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 02:18:49 +0000 Subject: [PATCH] chore(deps): bump andstor/file-existence-action from 1 to 3 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 3. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v1...v3) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 6a6624740..4b84185b3 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -25,12 +25,12 @@ jobs: persist-credentials: false - name: Check .tx/config id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: ".tx/config" - name: Check .tx/deepin.conf id: check_deepin - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: ".tx/deepin.conf" - name: Check translations config