Message ID | aa8cd9409401a6407eb6f92bd161ba0562ff3fc8.1671496548.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4542582e59ec7e16c83178a8226c28ec533422ad |
Headers | show |
Series | Make check-whitespace failures more helpful | expand |
diff --git a/.github/workflows/check-whitespace.yml b/.github/workflows/check-whitespace.yml index 552894f736a..da557fd5914 100644 --- a/.github/workflows/check-whitespace.yml +++ b/.github/workflows/check-whitespace.yml @@ -13,7 +13,7 @@ jobs: check-whitespace: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0