diff options
author | dependabot[bot] | 2024-03-13 23:38:42 +0100 |
---|---|---|
committer | GitHub | 2024-03-13 23:38:42 +0100 |
commit | 79fd5ad9e77cd9b0ef09a8573a94277fc49ed11a (patch) | |
tree | 4c786fd8b5eb59f17359319019ea1f0f655e4483 /.github/workflows/release.yml | |
parent | chore(deps): updated dependencies (diff) | |
download | terraform-provider-eventline-79fd5ad9e77cd9b0ef09a8573a94277fc49ed11a.tar.gz terraform-provider-eventline-79fd5ad9e77cd9b0ef09a8573a94277fc49ed11a.tar.bz2 terraform-provider-eventline-79fd5ad9e77cd9b0ef09a8573a94277fc49ed11a.zip |
Bump actions/checkout from 4.1.1 to 4.1.2 (#30)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633)
---
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 3eb4d1f..31bedb3 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: # Allow goreleaser to access older tag information. fetch-depth: 0 |