From 0af03073d6be1644a0c8c1a221f02d8786fa62b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:18:54 +0000 Subject: [PATCH] Bump Mercymeilya/last-workflow-status from 0.3.3 to 0.3.5 Bumps [Mercymeilya/last-workflow-status](https://github.com/mercymeilya/last-workflow-status) from 0.3.3 to 0.3.5. - [Release notes](https://github.com/mercymeilya/last-workflow-status/releases) - [Commits](https://github.com/mercymeilya/last-workflow-status/compare/v0.3.3...v0.3.5) --- updated-dependencies: - dependency-name: Mercymeilya/last-workflow-status dependency-version: 0.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index dc99ab758cc0..bb46c0d3c98a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Get previous workflow status - uses: Mercymeilya/last-workflow-status@v0.3.3 + uses: Mercymeilya/last-workflow-status@v0.3.5 id: last_status with: github_token: ${{ secrets.GITHUB_TOKEN }}