diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 18aaf1b..a57d204 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -26,7 +26,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check tag and pyproject.toml version match run: | @@ -93,7 +93,7 @@ jobs: - name: Checkout if: steps.should-run.outputs.skip != 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Linux system dependencies if: steps.should-run.outputs.skip != 'true' && runner.os == 'Linux' @@ -242,7 +242,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download all wheel artifacts uses: actions/download-artifact@v6