From 717f126f3f82fbd49a9cf33fd9ad8e1abf3be2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 23:07:26 +0000 Subject: [PATCH] chore(deps): bump nearform/github-action-notify-release (#107) Bumps [nearform/github-action-notify-release](https://github.com/nearform/github-action-notify-release) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/nearform/github-action-notify-release/releases) - [Commits](https://github.com/nearform/github-action-notify-release/compare/v1.2.7...v1.2.8) --- updated-dependencies: - dependency-name: nearform/github-action-notify-release dependency-type: direct:production update-type: version-update:semver-patch ... 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 a9cb6e0..b40f591 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify release - uses: nearform/github-action-notify-release@v1.2.7 + uses: nearform/github-action-notify-release@v1.2.8 with: github-token: ${{ secrets.GITHUB_TOKEN }}