chore(deps): bump actions/checkout from 3 to 4 (#1550)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-05 15:57:10 +02:00
committed by GitHub
parent d1e3a63f93
commit b4999eda4b
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ jobs:
name: check title prefix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: check
run: |
PR_TITLE_PREFIX=$(echo "$PR_TITLE" | cut -d':' -f1)