We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b41c3 commit 28c7c9eCopy full SHA for 28c7c9e
.github/workflows/python-package.yml
@@ -24,7 +24,7 @@ jobs:
24
- '3.13'
25
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
26
steps:
27
- - uses: actions/checkout@@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
- name: Set up Python ${{ matrix.python-version }}
29
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
30
with:
0 commit comments