We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f7b40 commit 1ceaf05Copy full SHA for 1ceaf05
.github/workflows/python-package.yml
@@ -21,11 +21,11 @@ jobs:
21
python-version: [3.11, 3.12]
22
23
steps:
24
- - uses: actions/checkout@v6.0.2
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25
with:
26
persist-credentials: false
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v6.2.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
29
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies
0 commit comments