diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6d3f55a..a7df8b61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout repo" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: "recursive" fetch-depth: 0 @@ -225,7 +225,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: submodules: "recursive" fetch-depth: 0