We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebbfcf6 + daf2bd6 commit a148308Copy full SHA for a148308
1 file changed
.github/workflows/python.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
19
20
steps:
21
- - uses: actions/checkout@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
- name: Set up Python ${{ matrix.python-version }}
23
uses: actions/setup-python@v6
24
with:
0 commit comments