From d76c401cc70090d0be8a9fdcd9ec261c486ad74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:00:15 +0000 Subject: [PATCH] chore: bump monicahq/workflows/.github/workflows/release.yml from 2 to 4 Bumps [monicahq/workflows/.github/workflows/release.yml](https://github.com/monicahq/workflows) from 2 to 4. - [Release notes](https://github.com/monicahq/workflows/releases) - [Changelog](https://github.com/monicahq/workflows/blob/main/.releaserc) - [Commits](https://github.com/monicahq/workflows/compare/v2...v4) --- updated-dependencies: - dependency-name: monicahq/workflows/.github/workflows/release.yml dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c3fa98..46bd065 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: release: name: Release - uses: monicahq/workflows/.github/workflows/release.yml@v2 + uses: monicahq/workflows/.github/workflows/release.yml@v4 secrets: GH_TOKEN_RELEASE: ${{ secrets.GH_TOKEN_RELEASE }} needs: tests