diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 578ced62..484dd2b6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3c0764a0..51b9d849 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -52,7 +52,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -93,7 +93,7 @@ jobs: sudo apt-get install -y clang-format-14 - name: Check out Git repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 8f4ab077..cfdd0de1 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -20,7 +20,7 @@ jobs: image: ghcr.io/siliconcompiler/sc_runner:latest timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: # image: ghcr.io/zeroasiccorp/sbtest:latest # timeout-minutes: 5 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # with: # submodules: true diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 301e5f26..8196a574 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -38,7 +38,7 @@ jobs: CIBW_ARCHS_LINUX: ${{ matrix.platform.arch }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@v4.0.0 + - uses: pypa/cibuildwheel@v4.1.0 env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28