From f6188c8ce055468336bdbaca0a2bd52c0f719ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:21:12 +0000 Subject: [PATCH] Bump nearform/github-action-notify-release from 1.2.2 to 1.2.3 (#26) Bumps [nearform/github-action-notify-release](https://github.com/nearform/github-action-notify-release) from 1.2.2 to 1.2.3. - [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.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 82a2068..e01abd3 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.3 with: github-token: ${{ secrets.GITHUB_TOKEN }}