diff --git a/.github/workflows/apply-clang-format.yml b/.github/workflows/apply-clang-format.yml index e4b16b9a..657c9ed1 100644 --- a/.github/workflows/apply-clang-format.yml +++ b/.github/workflows/apply-clang-format.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/clang-format-linter.yml b/.github/workflows/clang-format-linter.yml index 69166d96..9cbc29e6 100644 --- a/.github/workflows/clang-format-linter.yml +++ b/.github/workflows/clang-format-linter.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: fetch-depth: 1 - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master