From 010ba5682af0af99d65ae79737bd38fb9cf834ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 12:13:31 -0400 Subject: [PATCH] CHORE: Bump bruceadams/get-release from 1.3.1 to 1.3.2 (#1797) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ee07b538..c825149a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Get release id: get_release - uses: bruceadams/get-release@v1.3.1 + uses: bruceadams/get-release@v1.3.2 env: GITHUB_TOKEN: ${{ github.token }}