From 365e335384c0993c57fbf5611c5386d03ce09790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:44:12 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [beckermr/turnstyle-python](https://github.com/beckermr/turnstyle-python) and [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba). Updates `actions/checkout` from 4.1.7 to 4.2.2 - [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/692973e3d937129bcbf40652eb9f2f61becf3332...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `beckermr/turnstyle-python` from d50fd7e1de14639af00d8dc8e0f60176a99153d9 to 8f1ceb87dabbbbebe42257b85c368f6110bb9170 - [Release notes](https://github.com/beckermr/turnstyle-python/releases) - [Commits](https://github.com/beckermr/turnstyle-python/compare/d50fd7e1de14639af00d8dc8e0f60176a99153d9...8f1ceb87dabbbbebe42257b85c368f6110bb9170) Updates `mamba-org/setup-micromamba` from 1.9.0 to 2.0.2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/f8b8a1e23a26f60a44c853292711bacfd3eac822...06375d89d211a1232ef63355742e9e2e564bc7f7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: beckermr/turnstyle-python dependency-type: direct:production dependency-group: github-actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/create_feedstocks.yml | 4 ++-- .github/workflows/linter.yml | 4 ++-- .github/workflows/linter_make_comment.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create_feedstocks.yml b/.github/workflows/create_feedstocks.yml index ed116fd8cde4d..2b4686d8ee862 100644 --- a/.github/workflows/create_feedstocks.yml +++ b/.github/workflows/create_feedstocks.yml @@ -21,13 +21,13 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: token: ${{ github.token }} - name: Prevent multiple jobs running in parallel id: conversion_lock - uses: beckermr/turnstyle-python@d50fd7e1de14639af00d8dc8e0f60176a99153d9 # v2 + uses: beckermr/turnstyle-python@8f1ceb87dabbbbebe42257b85c368f6110bb9170 # v2 with: abort-after-seconds: 3 poll-interval-seconds: 2 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 1ac2fa34c2848..30237be21f441 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,10 +27,10 @@ jobs: steps: - name: checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: install code - uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 + uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 with: environment-name: lint condarc: | diff --git a/.github/workflows/linter_make_comment.yml b/.github/workflows/linter_make_comment.yml index bc2302bf0356c..8ae7a6753261a 100644 --- a/.github/workflows/linter_make_comment.yml +++ b/.github/workflows/linter_make_comment.yml @@ -16,10 +16,10 @@ jobs: steps: - name: checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: install code - uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 + uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 with: environment-name: lint condarc: |