From 86de5c956548452c82eb42adea9a723cb6d8c109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:24:45 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#1198) --- .github/workflows/docker_deployment.yml | 2 +- .github/workflows/docs.yml | 4 ++-- .github/workflows/macos_x86.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/wheels.yml | 10 +++++----- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker_deployment.yml b/.github/workflows/docker_deployment.yml index 02b045be6..3375645ce 100644 --- a/.github/workflows/docker_deployment.yml +++ b/.github/workflows/docker_deployment.yml @@ -20,7 +20,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 48c2042a5..a33b945dc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -124,7 +124,7 @@ jobs: shell: bash steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download artifact uses: actions/download-artifact@v3.0.2 with: diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index 6c1bbdc8e..ff3c0ad05 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml @@ -26,7 +26,7 @@ jobs: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Set up Python ${{ matrix.python }} diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 3ece71434..8d6f6e3e8 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -26,7 +26,7 @@ jobs: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 513f3bff8..1a7e8be36 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -21,7 +21,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -140,7 +140,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download sdist uses: actions/download-artifact@v3.0.2 with: @@ -189,7 +189,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download wheels uses: actions/download-artifact@v3.0.2 with: