diff options
author | dependabot[bot] | 2023-08-09 01:44:13 +0200 |
---|---|---|
committer | GitHub | 2023-08-09 01:44:13 +0200 |
commit | aed370eadf0f1e4e22a33ab9783fe12f382f07cb (patch) | |
tree | a112605aa931bfda0e3d9475f8b0c396fd7baddc /.github/workflows/release.yml | |
parent | Bump github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 (#4) (diff) | |
download | terraform-provider-eventline-aed370eadf0f1e4e22a33ab9783fe12f382f07cb.tar.gz terraform-provider-eventline-aed370eadf0f1e4e22a33ab9783fe12f382f07cb.tar.bz2 terraform-provider-eventline-aed370eadf0f1e4e22a33ab9783fe12f382f07cb.zip |
Bump actions/setup-go from 4.0.1 to 4.1.0 (#5)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/fac708d6674e30b6ba41289acaab6d4b75aa0753...93397bea11091df50f3d7e59dc26a7711a8bcfbe)
---
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1115591..e08c110 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@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 + - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: go-version-file: 'go.mod' cache: true |