From 74dcee03d4c8c9d011c230f779812b917e4569ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:40:02 +0100 Subject: [PATCH] deps: Bump pbrisbin/setup-tool-action in the github-actions group (#4) Bumps the github-actions group with 1 update: [pbrisbin/setup-tool-action](https://github.com/pbrisbin/setup-tool-action). Updates `pbrisbin/setup-tool-action` from 2.0.0 to 2.0.2 - [Release notes](https://github.com/pbrisbin/setup-tool-action/releases) - [Commits](https://github.com/pbrisbin/setup-tool-action/compare/e6fa5d9f196599a12159b839987eb4c268fb3d1c...27906d78276791f902494d941fd4ec50e3248947) --- updated-dependencies: - dependency-name: pbrisbin/setup-tool-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ded0031..42fc70f 100644 --- a/action.yml +++ b/action.yml @@ -113,7 +113,7 @@ runs: fi - name: Install tool - uses: pbrisbin/setup-tool-action@e6fa5d9f196599a12159b839987eb4c268fb3d1c # v2.0.0 + uses: pbrisbin/setup-tool-action@27906d78276791f902494d941fd4ec50e3248947 # v2.0.2 with: github-token: ${{ inputs.github_token }} name: ${{ inputs.name || inputs.repository }}