From 0e7c3ed1635a30b36a64aebd914abc4e58933483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:52:50 +0000 Subject: [PATCH] chore(deps): bump nearform-actions/github-action-notify-release Bumps [nearform-actions/github-action-notify-release](https://github.com/nearform-actions/github-action-notify-release) from 1 to 2. - [Release notes](https://github.com/nearform-actions/github-action-notify-release/releases) - [Commits](https://github.com/nearform-actions/github-action-notify-release/compare/v1...v2) --- updated-dependencies: - dependency-name: nearform-actions/github-action-notify-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/notify-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index 243a336..30bd66e 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -13,7 +13,7 @@ jobs: setup: runs-on: ubuntu-latest steps: - - uses: nearform-actions/github-action-notify-release@v1 + - uses: nearform-actions/github-action-notify-release@v2 permissions: issues: write contents: read