From 563565b3b4074bb6ef9a0e8fc88c6446e1550b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 09:09:40 +0800 Subject: [PATCH] Bump andstor/file-existence-action from 1 to 2 (#980) Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 2. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v1...v2) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 88f32d35..5f09c298 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@v1 + uses: andstor/file-existence-action@v2 with: files: .\other\release\aiodns.bin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4bd2f6d..e99614a4 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@v1 + uses: andstor/file-existence-action@v2 with: files: .\other\release\aiodns.bin