From 202243f0d56045517ca1e3c596b8b3b32db6515f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:55:23 +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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-clients.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-clients.yaml b/.github/workflows/generate-clients.yaml index 61e94df7..d078172f 100644 --- a/.github/workflows/generate-clients.yaml +++ b/.github/workflows/generate-clients.yaml @@ -86,13 +86,13 @@ jobs: - name: Check post generation script existence id: check_files - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: "generator/post_generation_scripts/${{ matrix.language }}.sh" - name: Check post websocket generation script existence id: check_files_ws - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v3 with: files: "generator/post_generation_scripts/${{ matrix.language }}-ws.sh"