From cb2fe8af631618a727e44adb12002a44353d14c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 06:35:14 +0000 Subject: [PATCH] build(deps): bump nearform/github-action-notify-release Bumps [nearform/github-action-notify-release](https://github.com/nearform/github-action-notify-release) from 1.10.27 to 1.10.35. - [Release notes](https://github.com/nearform/github-action-notify-release/releases) - [Commits](https://github.com/nearform/github-action-notify-release/compare/v1.10.27...v1.10.35) --- updated-dependencies: - dependency-name: nearform/github-action-notify-release dependency-type: direct:production update-type: version-update:semver-patch ... 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 21b133a..7536b41 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify release - uses: nearform/github-action-notify-release@v1.10.27 + uses: nearform/github-action-notify-release@v1.10.35 with: github-token: ${{ secrets.GITHUB_TOKEN }}