diff options
author | dependabot[bot] | 2023-09-28 22:23:00 +0200 |
---|---|---|
committer | GitHub | 2023-09-28 22:23:00 +0200 |
commit | 823feba70451d9aa35bb5e1c2f2c2f31bc178b04 (patch) | |
tree | 398f19a729cd07589eefae88641bc0aed7d4eeee /.github/workflows/release.yml | |
parent | Re-release (diff) | |
download | terraform-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.yml | 2 |
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 |