From c68b12aae077340991e1cbfa6e5548caffa3bf4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:03:58 +0000 Subject: [PATCH] chore(deps): Bump andstor/file-existence-action from 3.0.0 to 3.1.0 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/076e0072799f4942c8bc574a82233e1e4d13e9d6...558493d6c74bf472d87c84eab196434afc2fa029) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/appstore-build-publish.yml | 4 ++-- .github/workflows/openapi.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml index a0564f78..1bc61bf9 100644 --- a/.github/workflows/appstore-build-publish.yml +++ b/.github/workflows/appstore-build-publish.yml @@ -78,7 +78,7 @@ jobs: - name: Check composer.json id: check_composer - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2 with: files: "${{ env.APP_NAME }}/composer.json" @@ -98,7 +98,7 @@ jobs: - name: Check Krankerl config id: krankerl - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v2 with: files: ${{ env.APP_NAME }}/krankerl.toml diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 232d3de2..ea13273e 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -44,7 +44,7 @@ jobs: - name: Check Typescript OpenApi types id: check_typescript_openapi - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0 with: files: "src/types/openapi/openapi*.ts"