diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c7d23a7..da0995d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: contents: read checks: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true - name: Check for typos @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name != 'pull_request' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Conventional commit check @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # pick the pr HEAD instead of the merge commit