From 5606d02fe87bd457bac3852170a1046785699c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:35:15 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 4 to 5 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/vhs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 329836d..2a371ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,5 +10,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 - run: go build . \ No newline at end of file diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 8098a58..1ca4aea 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -15,7 +15,7 @@ jobs: with: repository: FrangipaneTeam/provider-flexibleengine path: fe - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: 'stable' - run: "go install github.com/FrangipaneTeam/bean@latest"