diff --git a/.github/workflows/CI-daily.yml b/.github/workflows/CI-daily.yml index e96c2d1..18ef777 100644 --- a/.github/workflows/CI-daily.yml +++ b/.github/workflows/CI-daily.yml @@ -49,7 +49,7 @@ jobs: uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.ref }}' - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 669e02f..bab1165 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}' - name: Set up Python ${{ matrix.python-version }} @@ -64,7 +64,7 @@ jobs: uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}' - name: Set up Python ${{ matrix.python-version }} @@ -94,7 +94,7 @@ jobs: uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Print concurrency group run: echo '${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}' - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index a15e03b..2e8a890 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 30a9173..63a6111 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6