aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-02 07:13:31 +0000
committerGitHub <[email protected]>2024-01-02 07:13:31 +0000
commit4f3f6e35e89d0f83b3d4e73a31c5178274f31004 (patch)
treebdba9787a4ee0a757e2a14baab9a923b1c220e21 /.github/workflows/release.yml
parent787f6b257f3ee34431e4f5a9aa33a5399096a78c (diff)
downloadcaddy-4f3f6e35e89d0f83b3d4e73a31c5178274f31004.tar.gz
caddy-4f3f6e35e89d0f83b3d4e73a31c5178274f31004.zip
build(deps): bump actions/setup-go from 4 to 5 (#6012)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 184662f7f..b11686626 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
- name: Install Go
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
with:
go-version: ${{ matrix.GO_SEMVER }}
check-latest: true