From f8c8997def54ff986209cf5862390eff43ded0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 10:21:04 +0000 Subject: [PATCH] ci(dependabot): bump bruceadams/get-release from 1.2.3 to 1.3.2 Bumps [bruceadams/get-release](https://github.com/bruceadams/get-release) from 1.2.3 to 1.3.2. - [Release notes](https://github.com/bruceadams/get-release/releases) - [Commits](https://github.com/bruceadams/get-release/compare/v1.2.3...v1.3.2) --- updated-dependencies: - dependency-name: bruceadams/get-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/make_bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_bundle.yml b/.github/workflows/make_bundle.yml index 9430a1f1b3c..2208ec9c738 100644 --- a/.github/workflows/make_bundle.yml +++ b/.github/workflows/make_bundle.yml @@ -76,7 +76,7 @@ jobs: - name: Get Release if: startsWith(github.ref, 'refs/tags/v') id: get_release - uses: bruceadams/get-release@v1.2.3 + uses: bruceadams/get-release@v1.3.2 - name: Upload Release Asset if: startsWith(github.ref, 'refs/tags/v') uses: actions/upload-release-asset@v1