diff --git a/.github/workflows/Linux_CI.yml b/.github/workflows/Linux_CI.yml index f1e305e8a7..d782ded14d 100644 --- a/.github/workflows/Linux_CI.yml +++ b/.github/workflows/Linux_CI.yml @@ -17,7 +17,7 @@ jobs: name: Python ${{ matrix.python-version }} CI steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --prune --unshallow - name: Setup python diff --git a/.github/workflows/MacOS_CI.yml b/.github/workflows/MacOS_CI.yml index 1c9493c824..ef0f813a5b 100644 --- a/.github/workflows/MacOS_CI.yml +++ b/.github/workflows/MacOS_CI.yml @@ -19,7 +19,7 @@ jobs: python-version: [ '3.13' ] name: Python ${{ matrix.python-version }} CI steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --prune --unshallow - name: Update bash diff --git a/.github/workflows/Windows_CI.yml b/.github/workflows/Windows_CI.yml index c430d1b934..4d19ae3497 100644 --- a/.github/workflows/Windows_CI.yml +++ b/.github/workflows/Windows_CI.yml @@ -19,7 +19,7 @@ jobs: python-version: [ '3.13' ] name: Python ${{ matrix.python-version }} CI steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: git fetch --prune --unshallow - name: Setup python diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b92cbfdbca..bbfd2f3169 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head.