diff options
author | dependabot[bot] | 2023-09-04 19:36:15 +0200 |
---|---|---|
committer | GitHub | 2023-09-04 19:36:15 +0200 |
commit | f6d5d007382ccec2c7a7e62479ef9c01073c94af (patch) | |
tree | f1b2fb1d70cd7b6fc6fb47cbce4880d246ba5c42 /.github/workflows/release.yml | |
parent | Bump actions/checkout from 3.5.3 to 3.6.0 (#9) (diff) | |
download | terraform-provider-eventline-f6d5d007382ccec2c7a7e62479ef9c01073c94af.tar.gz terraform-provider-eventline-f6d5d007382ccec2c7a7e62479ef9c01073c94af.tar.bz2 terraform-provider-eventline-f6d5d007382ccec2c7a7e62479ef9c01073c94af.zip |
Bump actions/checkout from 3.6.0 to 4.0.0 (#10)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [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/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
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 571dbc1..b5e1d2a 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: # Allow goreleaser to access older tag information. fetch-depth: 0 |