From eecbb3f54919d4737601548b23c234fc627ad974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:39:33 -0400 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 (#722) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmark-self-hosted.yml | 2 +- .github/workflows/benchmark.yml | 2 +- .github/workflows/build-wheels.yml | 2 +- .github/workflows/test-python.yml | 2 +- .github/workflows/test-reproducibility.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark-self-hosted.yml b/.github/workflows/benchmark-self-hosted.yml index dfc7c066c..16ceb1d2b 100644 --- a/.github/workflows/benchmark-self-hosted.yml +++ b/.github/workflows/benchmark-self-hosted.yml @@ -29,7 +29,7 @@ jobs: PYTHON_VERSION: 3.8 steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Cache frontend uses: actions/cache@v3 env: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f96ca000e..083bf219c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,7 +36,7 @@ jobs: PYTHON_VERSION: 3.8 steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Cache frontend uses: actions/cache@v3 env: diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index a2c8becca..ff6139283 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -18,7 +18,7 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: conda-incubator/setup-miniconda@v2 with: mamba-version: "*" diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 9d62b9b1b..088bff4ef 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -14,7 +14,7 @@ jobs: PYTHON_VERSION: 3.8 steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: conda-incubator/setup-miniconda@v2 with: mamba-version: "*" diff --git a/.github/workflows/test-reproducibility.yml b/.github/workflows/test-reproducibility.yml index 583102fc5..820d2991b 100644 --- a/.github/workflows/test-reproducibility.yml +++ b/.github/workflows/test-reproducibility.yml @@ -14,7 +14,7 @@ jobs: PYTHON_VERSION: 3.8 steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: conda-incubator/setup-miniconda@v2 with: mamba-version: "*"