diff options
author | dependabot[bot] | 2024-10-07 19:42:45 +0200 |
---|---|---|
committer | GitHub | 2024-10-07 19:42:45 +0200 |
commit | 0ac856ce2289a6d499217e60af496b9a72325280 (patch) | |
tree | 131fc6d9c79575c692cd66fa16d6b8be69a36622 /.github/workflows/release.yml | |
parent | chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#62) (diff) | |
download | terraform-provider-eventline-0ac856ce2289a6d499217e60af496b9a72325280.tar.gz terraform-provider-eventline-0ac856ce2289a6d499217e60af496b9a72325280.tar.bz2 terraform-provider-eventline-0ac856ce2289a6d499217e60af496b9a72325280.zip |
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#63)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [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/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871)
---
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 d4e72a0..df091e6 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: # Allow goreleaser to access older tag information. fetch-depth: 0 |