diff options
author | dependabot[bot] | 2024-05-07 23:46:47 +0200 |
---|---|---|
committer | GitHub | 2024-05-07 23:46:47 +0200 |
commit | e9823aa4a6b06d8e449c3b83c189444fe4b4103c (patch) | |
tree | ea2e5ca70705ffacce787ede725c2c1f92131580 /.github/workflows/release.yml | |
parent | Bump actions/setup-go from 5.0.0 to 5.0.1 (#39) (diff) | |
download | terraform-provider-eventline-e9823aa4a6b06d8e449c3b83c189444fe4b4103c.tar.gz terraform-provider-eventline-e9823aa4a6b06d8e449c3b83c189444fe4b4103c.tar.bz2 terraform-provider-eventline-e9823aa4a6b06d8e449c3b83c189444fe4b4103c.zip |
Bump actions/checkout from 4.1.4 to 4.1.5 (#40)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b)
---
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 a4728dc..82b340d 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: # Allow goreleaser to access older tag information. fetch-depth: 0 |