feat(github-action)!: Update actions/checkout ( v3 → v4 ) (#30)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-01 08:12:02 +03:00
committed by GitHub
parent 1b3fe6d12e
commit d8044f2b6a

View File

@@ -11,7 +11,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4.8.0
- run: pip install pre-commit
- run: pre-commit autoupdate