diff options
author | dependabot[bot] | 2023-10-17 23:12:54 +0200 |
---|---|---|
committer | GitHub | 2023-10-17 23:12:54 +0200 |
commit | 6e6e0a5f6827b0afd40201f1b3291d7b42c8488e (patch) | |
tree | aceaf7df3a5aafb007e957bcf7cc13524062c1bb /.github/workflows/release.yml | |
parent | Bump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 (#17) (diff) | |
download | terraform-provider-eventline-6e6e0a5f6827b0afd40201f1b3291d7b42c8488e.tar.gz terraform-provider-eventline-6e6e0a5f6827b0afd40201f1b3291d7b42c8488e.tar.bz2 terraform-provider-eventline-6e6e0a5f6827b0afd40201f1b3291d7b42c8488e.zip |
Bump actions/checkout from 4.1.0 to 4.1.1 (#18)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11)
---
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 b1a32de..a67f926 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: # Allow goreleaser to access older tag information. fetch-depth: 0 |