From 907bab5ee804d9060af56bceeb5e659bcac37f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:37:15 +0000 Subject: [PATCH] Bump conda/actions from 24.11.1 to 25.1.1 in /check-cla 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] --- check-cla/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check-cla/action.yml b/check-cla/action.yml index f81ff24..9cc0905 100644 --- a/check-cla/action.yml +++ b/check-cla/action.yml @@ -42,7 +42,7 @@ runs: # commit status → pending - name: Set commit status with pending - uses: conda/actions/set-commit-status@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1 + uses: conda/actions/set-commit-status@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1 with: token: ${{ inputs.token }} context: CLA check @@ -179,7 +179,7 @@ runs: # commit status → error - name: Set commit status to error if: steps.metadata.outputs.has_signed == 'false' - uses: conda/actions/set-commit-status@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1 + uses: conda/actions/set-commit-status@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1 with: token: ${{ inputs.token }} context: CLA check @@ -190,7 +190,7 @@ runs: # commit status → success - name: Set commit status to success if: steps.metadata.outputs.has_signed == 'true' - uses: conda/actions/set-commit-status@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1 + uses: conda/actions/set-commit-status@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1 with: token: ${{ inputs.token }} context: CLA check