diff options
author | dependabot[bot] | 2024-04-24 22:22:59 +0200 |
---|---|---|
committer | GitHub | 2024-04-24 22:22:59 +0200 |
commit | ecdc3d336d1f49ab6129569fe62afcb31a9f77a3 (patch) | |
tree | 47f158a49092204284ba9bfa6f85255629d6cc64 /.github/workflows/release.yml | |
parent | Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#34) (diff) | |
download | terraform-provider-eventline-ecdc3d336d1f49ab6129569fe62afcb31a9f77a3.tar.gz terraform-provider-eventline-ecdc3d336d1f49ab6129569fe62afcb31a9f77a3.tar.bz2 terraform-provider-eventline-ecdc3d336d1f49ab6129569fe62afcb31a9f77a3.zip |
Bump actions/checkout from 4.1.3 to 4.1.4 (#35)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [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/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 9c57cbb..306ca1d 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: # Allow goreleaser to access older tag information. fetch-depth: 0 |