Skip to content

Commit 21028ee

Browse files
authored
auto updates (#7073)
1 parent 93fbea7 commit 21028ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blossom-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout code
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v3
5353
with:
5454
repository: ${{ fromJson(needs.Authorization.outputs.args).repo }}
5555
ref: ${{ fromJson(needs.Authorization.outputs.args).ref }}

monai/bundle/scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def get_bundle_info(
689689
if version not in bundle_info:
690690
raise ValueError(f"version: {version} of bundle: {bundle_name} is not existing.")
691691

692-
return bundle_info[version] # type: ignore[no-any-return]
692+
return bundle_info[version]
693693

694694

695695
def run(

0 commit comments

Comments
 (0)