Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5576ab

Browse files
committedApr 17, 2024··
Fix
1 parent af6ef15 commit a5576ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: |
7474
contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') &&
7575
needs.lint.result == 'success'
76-
uses: conda/actions/set-commit-status
76+
uses: conda/actions/set-commit-status@v24.2.0
7777
with:
7878
context: pre-commit-result
7979
state: success
@@ -83,7 +83,7 @@ jobs:
8383
if: |
8484
!contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') ||
8585
needs.lint.result == 'failure'
86-
uses: conda/actions/set-commit-status
86+
uses: conda/actions/set-commit-status@v24.2.0
8787
with:
8888
context: pre-commit-result
8989
state: pending

0 commit comments

Comments
 (0)
Please sign in to comment.