Skip to content

Commit

Permalink
Bump conda/actions from 24.4.0 to 24.5.0 in /check-cla (#180)
Browse files Browse the repository at this point in the history
* Bump conda/actions from 24.4.0 to 24.5.0 in /check-cla

Bumps [conda/actions](https://github.com/conda/actions) from 24.4.0 to 24.5.0.
- [Release notes](https://github.com/conda/actions/releases)
- [Commits](1e442e0...976289d)

---
updated-dependencies:
- dependency-name: conda/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ken Odegard <[email protected]>
  • Loading branch information
dependabot[bot] and kenodegard authored May 13, 2024
1 parent 976289d commit 964077a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check-cla/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:

# commit status → pending
- name: Set commit status with pending
uses: conda/actions/set-commit-status@1e442e090ad28c9b0f85697105703a303320ffd1
uses: conda/actions/set-commit-status@976289d0cfd85139701b26ddd133abdd025a7b5f # v24.5.0
with:
token: ${{ inputs.token }}
context: CLA check
Expand Down Expand Up @@ -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@1e442e090ad28c9b0f85697105703a303320ffd1
uses: conda/actions/set-commit-status@976289d0cfd85139701b26ddd133abdd025a7b5f # v24.5.0
with:
token: ${{ inputs.token }}
context: CLA check
Expand All @@ -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@1e442e090ad28c9b0f85697105703a303320ffd1
uses: conda/actions/set-commit-status@976289d0cfd85139701b26ddd133abdd025a7b5f # v24.5.0
with:
token: ${{ inputs.token }}
context: CLA check
Expand Down

0 comments on commit 964077a

Please sign in to comment.