aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authordependabot[bot]2023-10-17 23:12:54 +0200
committerGitHub2023-10-17 23:12:54 +0200
commit6e6e0a5f6827b0afd40201f1b3291d7b42c8488e (patch)
treeaceaf7df3a5aafb007e957bcf7cc13524062c1bb /.github/workflows/release.yml
parentBump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 (#17) (diff)
downloadterraform-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.yml2
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