aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authordependabot[bot]2024-12-11 17:55:16 +0000
committerGitHub2024-12-11 17:55:16 +0000
commit3d4a6c60a732f94e7934db6a9cd9e5e7cf08aec9 (patch)
tree2dd66f157783f44ce4cde3cb6b9f8cf4759dd6b2 /.github/workflows/release.yml
parentchore(deps): bump github.com/hashicorp/terraform-plugin-docs (#71) (diff)
downloadterraform-provider-eventline-3d4a6c60a732f94e7934db6a9cd9e5e7cf08aec9.tar.gz
terraform-provider-eventline-3d4a6c60a732f94e7934db6a9cd9e5e7cf08aec9.tar.bz2
terraform-provider-eventline-3d4a6c60a732f94e7934db6a9cd9e5e7cf08aec9.zip
chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed...3041bf56c941b39c61721a86cd11f3bb1338122a) --- 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>
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 b9318d8..c59ad7d 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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
+ - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
cache: true