From 876b63c6af6b92d3b864011b3f58535f2b8d75f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:02:32 +0000 Subject: [PATCH] Bump andstor/file-existence-action from 2 to 3 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v2...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/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f35b618e..92e75244 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Check Other id: check_other - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: .\other\release\aiodns.bin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88b32ac9..da590ad3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Check Other id: check_other - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: .\other\release\aiodns.bin