From 6afee3a23cb42f27fe8bb434fddac7f174d3d698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:29:10 -0400 Subject: [PATCH] Bump bruceadams/get-release from 1.2.2 to 1.2.3 (#1695) Bumps [bruceadams/get-release](https://github.com/bruceadams/get-release) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/bruceadams/get-release/releases) - [Commits](https://github.com/bruceadams/get-release/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: bruceadams/get-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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b3bc991a..0a680d249 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew assembleRelease - name: Get the upload URL for the release - uses: bruceadams/get-release@v1.2.2 + uses: bruceadams/get-release@v1.2.3 id: get_release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}