From 14d15f24b32429695d80d32dcf91c122f2d9096a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 01:01:19 +0000 Subject: [PATCH] build(deps): bump nearform-actions/optic-release-automation-action Bumps [nearform-actions/optic-release-automation-action](https://github.com/nearform-actions/optic-release-automation-action) from 4.12.0 to 4.12.3. - [Release notes](https://github.com/nearform-actions/optic-release-automation-action/releases) - [Commits](https://github.com/nearform-actions/optic-release-automation-action/compare/c51e9095203d5760ed5bdb11371668ac00a20182...9e3518763346efacba15d729d0faaa4cbd8fdd52) --- updated-dependencies: - dependency-name: nearform-actions/optic-release-automation-action dependency-version: 4.12.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bbc9e3..c1ebcc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: with: check-latest: true node-version: lts/* - - uses: nearform-actions/optic-release-automation-action@c51e9095203d5760ed5bdb11371668ac00a20182 # v4.12.0 + - uses: nearform-actions/optic-release-automation-action@9e3518763346efacba15d729d0faaa4cbd8fdd52 # v4.12.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} semver: ${{ github.event.inputs.semver }}