diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4229b39..4a5c16e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest name: "Commit Message Check" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 10