Skip to content

Commit 3bab8a7

Browse files
committed
Minor change
1 parent e7af0da commit 3bab8a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/numba-release-candidate-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
check_numba_release_candidate:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- name: Checkout This Repository
11+
uses: actions/checkout@v4
1112
- name: Set Up Python
1213
uses: actions/setup-python@v5
1314
with:

0 commit comments

Comments
 (0)