From 47eb34cb485d55eb93cab58a326bf231f665f727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 07:41:10 -0800 Subject: [PATCH] Bump conda/actions from 24.11.1 to 25.1.1 in /.github/workflows (#297) Bumps [conda/actions](https://github.com/conda/actions) from 24.11.1 to 25.1.1. - [Release notes](https://github.com/conda/actions/releases) - [Commits](https://github.com/conda/actions/compare/6e72e0db87e72f0020e493aeb02f864363bd9258...8ff3faa82ad80f5c05d91c22bcd37d897f80ca46) --- updated-dependencies: - dependency-name: conda/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cla.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/update.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 04b3e1c3..c5e0cc79 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check CLA - uses: conda/actions/check-cla@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1 + uses: conda/actions/check-cla@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1 with: # [required] # A token with ability to comment, label, and modify the commit status diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index cf82ffe2..12257e76 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -33,7 +33,7 @@ jobs: days-before-issue-stale: 90 days-before-issue-close: 21 steps: - - uses: conda/actions/read-yaml@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1 + - uses: conda/actions/read-yaml@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1 id: read_yaml with: path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2d3448a..fe82ab60 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -152,7 +152,7 @@ jobs: Path(environ["GITHUB_ENV"]).write_text(f"ANACONDA_ORG_LABEL={label}") - name: Create and upload canary build - uses: conda/actions/canary-release@6e72e0db87e72f0020e493aeb02f864363bd9258 #v24.11.1 + uses: conda/actions/canary-release@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 #v25.1.1 env: # Run conda-build in isolated activation to properly package conda _CONDA_BUILD_ISOLATED_ACTIVATION: 1 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 05a359fe..713d8774 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -55,11 +55,11 @@ jobs: git config --global user.name 'Conda Bot' git config --global user.email '18747875+conda-bot@users.noreply.github.com' - - uses: conda/actions/combine-durations@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1 + - uses: conda/actions/combine-durations@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1 id: durations continue-on-error: true - - uses: conda/actions/template-files@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1 + - uses: conda/actions/template-files@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1 id: templates continue-on-error: true