Skip to content

Commit

Permalink
Bump conda/actions from 23.5.1 to 23.7.0 in /check-cla (#114)
Browse files Browse the repository at this point in the history
Bumps [conda/actions](https://github.com/conda/actions) from 23.5.1 to 23.7.0.
- [Release notes](https://github.com/conda/actions/releases)
- [Commits](v23.5.1...v23.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent cc126c3 commit e6a9da1
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.5.1
uses: conda/actions/set-commit-status@v23.7.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.5.1
uses: conda/actions/set-commit-status@v23.7.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.5.1
uses: conda/actions/set-commit-status@v23.7.0
with:
token: ${{ inputs.token }}
context: CLA check
Expand Down

0 comments on commit e6a9da1

Please sign in to comment.