diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 3f06deb..c7f07f4 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@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0520985..34b71ff 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive