From 25edba152d5487750af772c193f4f3cd29b8314f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:01:44 +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.2. - [Release notes](https://github.com/nearform-actions/optic-release-automation-action/releases) - [Commits](https://github.com/nearform-actions/optic-release-automation-action/compare/c51e9095203d5760ed5bdb11371668ac00a20182...a2785548e8bdafab7e628c2317b604278e460434) --- updated-dependencies: - dependency-name: nearform-actions/optic-release-automation-action dependency-version: 4.12.2 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..4cdadc5 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@a2785548e8bdafab7e628c2317b604278e460434 # v4.12.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} semver: ${{ github.event.inputs.semver }}