diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2be0c61..d427f2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Verify Formatting uses: jidicula/clang-format-action@v4.15.0 @@ -42,7 +42,7 @@ jobs: preset: gha-release steps: - name: Checkout Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 @@ -69,7 +69,7 @@ jobs: preset: gha-release steps: - name: Checkout Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0