From dd6a203d1486d9323fa3db7cefbfbc2560a6f7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:03:01 +0300 Subject: [PATCH] Bump cardinalby/git-get-release-action from 1.2.4 to 1.2.5 (#58) Bumps [cardinalby/git-get-release-action](https://github.com/cardinalby/git-get-release-action) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/cardinalby/git-get-release-action/releases) - [Commits](https://github.com/cardinalby/git-get-release-action/compare/1.2.4...1.2.5) --- updated-dependencies: - dependency-name: cardinalby/git-get-release-action 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8558a26..ad8e90c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -131,7 +131,7 @@ jobs: - name: Get release info if: github.event.inputs.release != '' && github.event.inputs.release != 'none' id: release_info - uses: cardinalby/git-get-release-action@1.2.4 + uses: cardinalby/git-get-release-action@1.2.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: