diff --git a/.github/workflows/commit_check.yml b/.github/workflows/commit_check.yml index 74dc95c..614dbf0 100644 --- a/.github/workflows/commit_check.yml +++ b/.github/workflows/commit_check.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Get full git history - name: Set up Python @@ -39,7 +39,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Get full git history