diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 7c4e57d..b8eaccb 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 repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5e9efb7..5052332 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive