diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfef97c..7573103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - '3.14t' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6f77eed..8f95f06 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dca876f..459ab11 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -9,7 +9,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -38,7 +38,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -67,7 +67,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -96,7 +96,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -130,7 +130,7 @@ jobs: only: ${{ fromJSON(needs.linux-define-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -183,7 +183,7 @@ jobs: only: ${{ fromJSON(needs.pyodide-define-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -229,7 +229,7 @@ jobs: only: ${{ fromJSON(needs.macos-define-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true @@ -277,7 +277,7 @@ jobs: only: ${{ fromJSON(needs.windows-define-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true