diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 38051e8..adfb369 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -23,7 +23,7 @@ jobs: steps: # Step 1: Check out the code from the repo - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ef25f41..3d35dbe 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive