Skip to content

Commit

Permalink
Bump versions to 23.4.0 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Apr 28, 2023
1 parent b345b8a commit 23b066d
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@customize-cla-repo
uses: conda/actions/set-commit-status@v23.4.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@customize-cla-repo
uses: conda/actions/set-commit-status@v23.4.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@customize-cla-repo
uses: conda/actions/set-commit-status@v23.4.0
with:
token: ${{ inputs.token }}
context: CLA check
Expand Down

0 comments on commit 23b066d

Please sign in to comment.