aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authordependabot[bot]2024-06-15 22:52:11 +0200
committerGitHub2024-06-15 22:52:11 +0200
commit35d3989d02dffe396f3b48f27cf39808ba4e8f2e (patch)
tree96e4f95e743c06d57ea7e1b65b94c1be78a6e94c /.github/workflows/release.yml
parentchore(deps): updated dependencies (diff)
downloadterraform-provider-eventline-35d3989d02dffe396f3b48f27cf39808ba4e8f2e.tar.gz
terraform-provider-eventline-35d3989d02dffe396f3b48f27cf39808ba4e8f2e.tar.bz2
terraform-provider-eventline-35d3989d02dffe396f3b48f27cf39808ba4e8f2e.zip
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#53)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 05dd55a..63cad1c 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0