Skip to content

Commit 70e534b

Browse files
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](andstor/file-existence-action@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] <support@github.com>
1 parent aa26a28 commit 70e534b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
persist-credentials: false
2626
- name: Check .tx/config
2727
id: check_files
28-
uses: andstor/file-existence-action@v1
28+
uses: andstor/file-existence-action@v3
2929
with:
3030
files: ".tx/config"
3131
- name: Check .tx/deepin.conf
3232
id: check_deepin
33-
uses: andstor/file-existence-action@v1
33+
uses: andstor/file-existence-action@v3
3434
with:
3535
files: ".tx/deepin.conf"
3636
- name: Check translations config

0 commit comments

Comments
 (0)