diff options
author | dependabot[bot] | 2024-05-18 16:41:59 +0200 |
---|---|---|
committer | GitHub | 2024-05-18 16:41:59 +0200 |
commit | 1702231380c5d05ccb40f4d41be69611e73436f8 (patch) | |
tree | 1f17796f7e44b34504827c277f4bceaac8cefdea /.github/workflows/release.yml | |
parent | Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#46) (diff) | |
download | terraform-provider-eventline-1702231380c5d05ccb40f4d41be69611e73436f8.tar.gz terraform-provider-eventline-1702231380c5d05ccb40f4d41be69611e73436f8.tar.bz2 terraform-provider-eventline-1702231380c5d05ccb40f4d41be69611e73436f8.zip |
Bump actions/checkout from 4.1.5 to 4.1.6 (#47)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [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/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29)
---
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 '')
-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 2c3a9d4..f823f07 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: # Allow goreleaser to access older tag information. fetch-depth: 0 |