From 16f75e05f91ba5a495127c74485fbb42533ad71e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 08:11:10 +0000 Subject: [PATCH] build(deps): bump nearform/optic-release-automation-action Bumps [nearform/optic-release-automation-action](https://github.com/nearform/optic-release-automation-action) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/nearform/optic-release-automation-action/releases) - [Commits](https://github.com/nearform/optic-release-automation-action/compare/7d145f626bcf31f7cfaa340a871e0a7e01a43105...3267a9565800cafcc768ddd074267b1e9c1a1ce7) --- updated-dependencies: - dependency-name: nearform/optic-release-automation-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 efcc0a1..2bd36ec 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/optic-release-automation-action@7d145f626bcf31f7cfaa340a871e0a7e01a43105 # v4.9.0 + - uses: nearform/optic-release-automation-action@3267a9565800cafcc768ddd074267b1e9c1a1ce7 # v4.10.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} semver: ${{ github.event.inputs.semver }}