aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authordependabot[bot]2024-10-26 14:17:16 +0200
committerGitHub2024-10-26 14:17:16 +0200
commit9396bcaff645b6ccdfa48e90c2344653e6318b66 (patch)
tree5a57bdabdeb07594b6fa80bebebdbe2acc875fb0 /.github/workflows/release.yml
parentchore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#64) (diff)
downloadterraform-provider-eventline-9396bcaff645b6ccdfa48e90c2344653e6318b66.tar.gz
terraform-provider-eventline-9396bcaff645b6ccdfa48e90c2344653e6318b66.tar.bz2
terraform-provider-eventline-9396bcaff645b6ccdfa48e90c2344653e6318b66.zip
chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (#65)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32...41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 4120f84..7b73c35 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
+ - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: 'go.mod'
cache: true