diff options
author | dependabot[bot] | 2024-04-19 23:32:48 +0200 |
---|---|---|
committer | GitHub | 2024-04-19 23:32:48 +0200 |
commit | 748a049be2c69c7d606b306261acf743ee1285f7 (patch) | |
tree | 402ac0b78bd0fad7901acc8d8eee69a42d630db1 /.github/workflows/release.yml | |
parent | chore(deps): updated dependencies (diff) | |
download | terraform-provider-eventline-748a049be2c69c7d606b306261acf743ee1285f7.tar.gz terraform-provider-eventline-748a049be2c69c7d606b306261acf743ee1285f7.tar.bz2 terraform-provider-eventline-748a049be2c69c7d606b306261acf743ee1285f7.zip |
Bump actions/checkout from 4.1.2 to 4.1.3 (#32)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [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/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f)
---
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 31bedb3..9c57cbb 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: # Allow goreleaser to access older tag information. fetch-depth: 0 |