From df8274dd714123faea7aa24a34a3de11e338d87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 01:17:31 +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.11.0 to 4.11.2. - [Release notes](https://github.com/nearform-actions/optic-release-automation-action/releases) - [Commits](https://github.com/nearform-actions/optic-release-automation-action/compare/0ccd70a02ed1ea13f3dc96d99f1f4f42df531fac...5d21495f3372aaed49d2b9d36325123b323227d6) --- updated-dependencies: - dependency-name: nearform-actions/optic-release-automation-action dependency-version: 4.11.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 f6f0edf..64b0135 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@0ccd70a02ed1ea13f3dc96d99f1f4f42df531fac # v4.11.0 + - uses: nearform-actions/optic-release-automation-action@5d21495f3372aaed49d2b9d36325123b323227d6 # v4.11.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} semver: ${{ github.event.inputs.semver }}