From ff0ebb342d8daced98c42fc88808fd143d05e66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 06:27:23 +0000 Subject: [PATCH] chore(deps): bump bruceadams/get-release from 1.2.3 to 1.3.0 Bumps [bruceadams/get-release](https://github.com/bruceadams/get-release) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/bruceadams/get-release/releases) - [Commits](https://github.com/bruceadams/get-release/compare/v1.2.3...v1.3.0) --- updated-dependencies: - dependency-name: bruceadams/get-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a75e615ec..48147de9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -428,7 +428,7 @@ jobs: - name: Get release if: github.event_name == 'release' id: get_release - uses: bruceadams/get-release@v1.2.3 + uses: bruceadams/get-release@v1.3.0 env: GITHUB_TOKEN: ${{ github.token }}