Skip to content

Commit 28c7c9e

Browse files
committed
Typo fix
1 parent a2b41c3 commit 28c7c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- '3.13'
2525
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
2626
steps:
27-
- uses: actions/checkout@@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
3030
with:

0 commit comments

Comments
 (0)