From d0003e677c50f318769b9d76baf2e561e2aefd91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 03:44:17 +0000 Subject: [PATCH] Bump nearform/github-action-notify-release from 1.2.2 to 1.2.7 Bumps [nearform/github-action-notify-release](https://github.com/nearform/github-action-notify-release) from 1.2.2 to 1.2.7. - [Release notes](https://github.com/nearform/github-action-notify-release/releases) - [Commits](https://github.com/nearform/github-action-notify-release/compare/v1.2.2...v1.2.7) --- 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 5a73de8..2948112 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.2.2 + uses: nearform/github-action-notify-release@v1.2.7 with: github-token: ${{ secrets.GITHUB_TOKEN }}