Skip to content

Commit

Permalink
Prepare v23.10.0 release (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Oct 10, 2023
1 parent 344cbc2 commit dd4ac84
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 @@ -43,7 +43,7 @@ runs:

# commit status → pending
- name: Set commit status with pending
uses: conda/actions/set-commit-status@v23.7.0
uses: conda/actions/set-commit-status@v23.10.0
with:
token: ${{ inputs.token }}
context: CLA check
Expand Down Expand Up @@ -180,7 +180,7 @@ runs:
# commit status → error
- name: Set commit status to error
if: steps.metadata.outputs.has_signed == 'false'
uses: conda/actions/set-commit-status@v23.7.0
uses: conda/actions/set-commit-status@v23.10.0
with:
token: ${{ inputs.token }}
context: CLA check
Expand All @@ -191,7 +191,7 @@ runs:
# commit status → success
- name: Set commit status to success
if: steps.metadata.outputs.has_signed == 'true'
uses: conda/actions/set-commit-status@v23.7.0
uses: conda/actions/set-commit-status@v23.10.0
with:
token: ${{ inputs.token }}
context: CLA check
Expand Down

0 comments on commit dd4ac84

Please sign in to comment.