From 6bb10f2614c81f7eca337bb2132684f8b134dec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:25:06 +0000 Subject: [PATCH] ci: bump ArcticLampyrid/action-wait-for-workflow from 1.2.0 to 1.3.0 Bumps [ArcticLampyrid/action-wait-for-workflow](https://github.com/arcticlampyrid/action-wait-for-workflow) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/arcticlampyrid/action-wait-for-workflow/releases) - [Commits](https://github.com/arcticlampyrid/action-wait-for-workflow/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: ArcticLampyrid/action-wait-for-workflow dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index 974d7f8..b319f6b 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait on Workflow - uses: ArcticLampyrid/action-wait-for-workflow@v1.2.0 + uses: ArcticLampyrid/action-wait-for-workflow@v1.3.0 with: workflow: ${{ matrix.req_workflow }} sha: ${{ github.sha || github.event.pull_request.head.sha || github.event.pull_request.head.ref }} # optional