From ce25644716c58f4c8436aa4ec504c4e1ff6133f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:38:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.1 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/cicd.yml | 10 +++++----- .github/workflows/manual_release.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c82dc41e8..a2c449b05 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Setup Environment uses: ./.github/actions/setup-env - name: Install project dependencies diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e3aa31454..6029f8854 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Setup Environment uses: ./.github/actions/setup-env - name: Install project dependencies @@ -34,7 +34,7 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev'] fail-fast: true steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Setup Environment uses: ./.github/actions/setup-env with: @@ -88,7 +88,7 @@ jobs: if: "github.event_name == 'pull_request' && !contains(github.event.head_commit.message, '[skip ci]')" needs: [tests] steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Setup Environment uses: ./.github/actions/setup-env - name: Install project dependencies @@ -113,7 +113,7 @@ jobs: # Dry run check does not need to wait for others if: github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'next' && !contains(github.event.head_commit.message, '[skip ci]') steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Setup Environment @@ -136,7 +136,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISH_TOKEN }} steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/manual_release.yml b/.github/workflows/manual_release.yml index a16f3a99d..16e5072fa 100644 --- a/.github/workflows/manual_release.yml +++ b/.github/workflows/manual_release.yml @@ -15,7 +15,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISH_TOKEN }} steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 persist-credentials: false