From 67dc6a4341abcc418ea60653376c667ab374420b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:11:59 +0200 Subject: [PATCH] Bump the github-actions group with 4 updates (#501) * Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Updates `conda-incubator/setup-miniconda` from 2 to 3 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Commits](https://github.com/conda-incubator/setup-miniconda/compare/v2...v3) Updates `docker/setup-qemu-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/5927c834f5b4fdf503fca6f4c7eccda82949e1ee...49b3bc8e6bdd4a60e6116a5414239cba5943d3cf) Updates `actions/setup-python` from 4.7.1 to 5.1.1 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236...39cd14951b08e74b54015e9e001cdefcf80e669f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] * pin these too --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jaimergp --- .github/workflows/docs.yml | 4 ++-- .github/workflows/performance.yml | 14 +++++++------- .github/workflows/tests.yml | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 535208ba..635f74e2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,9 +22,9 @@ jobs: run: shell: bash -el {0} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: conda-incubator/setup-miniconda@9f54435e0e72c53962ee863144e47a4b094bfd35 # v2.3.0 + - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4 with: activate-environment: conda-libmamba-solver environment-file: docs/environment.yml diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index d1c77240..b3b90259 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -38,13 +38,13 @@ jobs: steps: - name: Checkout our source - uses: actions/checkout@v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: conda-libmamba-solver fetch-depth: 0 - name: Checkout conda - uses: actions/checkout@v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 repository: conda/conda @@ -86,20 +86,20 @@ jobs: steps: - name: Checkout our source - uses: actions/checkout@v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: conda-libmamba-solver fetch-depth: 0 - name: Checkout conda - uses: actions/checkout@v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 repository: conda/conda ref: libmamba path: conda - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4 with: activate-environment: conda-test-env use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! @@ -153,13 +153,13 @@ jobs: steps: - name: Checkout our source - uses: actions/checkout@v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: conda-libmamba-solver fetch-depth: 0 - name: Checkout conda - uses: actions/checkout@v3 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 repository: conda/conda diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f3a20ac..d56f459d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -458,7 +458,7 @@ jobs: fetch-depth: 0 - name: Setup QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 - name: Run Tests run: docker run @@ -675,7 +675,7 @@ jobs: # CONDA-LIBMAMBA-SOLVER CHANGE - name: Checkout our source - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 if: always() && github.event_name == 'schedule' && steps.alls-green.outputs.result == 'failure' - name: Report failures @@ -719,7 +719,7 @@ jobs: # Explicitly use Python 3.11 since each of the OSes has a different default Python - name: Setup Python - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: '3.11'