From bb2db5140bd3a180bd70079952f5a50d44b035fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 01:10:21 +0000 Subject: [PATCH] chore(deps): bump nearform/github-action-notify-release Bumps [nearform/github-action-notify-release](https://github.com/nearform/github-action-notify-release) from 1.10.33 to 1.10.42. - [Release notes](https://github.com/nearform/github-action-notify-release/releases) - [Commits](https://github.com/nearform/github-action-notify-release/compare/v1.10.33...v1.10.42) --- 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 36f2f02..d268016 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.33 + uses: nearform/github-action-notify-release@v1.10.42 with: github-token: ${{ secrets.GITHUB_TOKEN }}