aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authordependabot[bot]2023-09-28 22:23:00 +0200
committerGitHub2023-09-28 22:23:00 +0200
commit823feba70451d9aa35bb5e1c2f2c2f31bc178b04 (patch)
tree398f19a729cd07589eefae88641bc0aed7d4eeee /.github/workflows/release.yml
parentRe-release (diff)
downloadterraform-provider-eventline-823feba70451d9aa35bb5e1c2f2c2f31bc178b04.tar.gz
terraform-provider-eventline-823feba70451d9aa35bb5e1c2f2c2f31bc178b04.tar.bz2
terraform-provider-eventline-823feba70451d9aa35bb5e1c2f2c2f31bc178b04.zip
Bump actions/checkout from 4.0.0 to 4.1.0 (#16)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout 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 4c7a58d..b1a32de 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
+ - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0