summaryrefslogtreecommitdiffstats
path: root/.github/workflows/gitlint.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-13 18:15:43 +0000
committerGitHub <noreply@github.com>2023-04-13 18:15:43 +0000
commit8646beda4bdf1fecfc2f3bf2b753350ff455955c (patch)
tree90af8b2eb6f45df8f25d0cfff6b408e826829fd2 /.github/workflows/gitlint.yml
parentefbd0d0029ca4421e38fd12380a04d427a295777 (diff)
Bump actions/checkout from 3.5.1 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 3.5.2. - [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/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/gitlint.yml')
-rw-r--r--.github/workflows/gitlint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gitlint.yml b/.github/workflows/gitlint.yml
index 71a4383..25714cd 100644
--- a/.github/workflows/gitlint.yml
+++ b/.github/workflows/gitlint.yml
@@ -6,7 +6,7 @@ jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3.5.1
+ - uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- uses: actions/setup-python@v4