From c7804f726ce8add2827313fbaed7df1602f1721f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:49:27 +0100 Subject: [PATCH] chore(deps): bump actions/setup-go from 4 to 5 (#9) 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 99332b0..2eac6fc 100644 --- a/action.yml +++ b/action.yml @@ -117,7 +117,7 @@ runs: steps: - name: Setup Go if: ${{ inputs.setup == 'true' }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: cache: false - name: Setup Terramate