From 7bf54a91f7ac1abddbf68c10bfa38cf0f00f8dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:33:19 +0000 Subject: [PATCH] :arrow_up: Bump actions/setup-go from 4.1.0 to 5.0.1 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4.1.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 531b246..2578308 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version-file: go.mod check-latest: true @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version-file: go.mod check-latest: true