diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index d3e590c4b..528032de5 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -18,7 +18,7 @@ jobs: TEST_BUILD_ALL: 1 TEST_FATAL_WARNINGS: ${{ github.event.inputs.fatal_warnings }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: TEST_BUILD_ALL: 1 TEST_FATAL_WARNINGS: ${{ github.event.inputs.fatal_warnings }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: TEST_BUILD_ALL: 1 TEST_FATAL_WARNINGS: ${{ github.event.inputs.fatal_warnings }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -85,7 +85,7 @@ jobs: matrix: platform: ['UCRT64', 'CLANG32', 'CLANG64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -122,7 +122,7 @@ jobs: TEST_BUILD_ALL: 1 TEST_FATAL_WARNINGS: ${{ github.event.inputs.fatal_warnings }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e99fdc429..fb46ce581 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: create_release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Upload release assets diff --git a/.github/workflows/sanity_checks.yml b/.github/workflows/sanity_checks.yml index 1175b65bc..647da5051 100644 --- a/.github/workflows/sanity_checks.yml +++ b/.github/workflows/sanity_checks.yml @@ -10,7 +10,7 @@ jobs: Ubuntu: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -27,7 +27,7 @@ jobs: VisualStudio: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -47,7 +47,7 @@ jobs: VisualStudio-clang-cl: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: matrix: platform: ['UCRT64', 'CLANG32', 'CLANG64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -108,7 +108,7 @@ jobs: MacOS: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0