We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ac8b7 commit c8deb35Copy full SHA for c8deb35
1 file changed
.github/workflows/pypi_publish.yaml
@@ -16,10 +16,10 @@ jobs:
16
runs-on: ubuntu-22.04
17
steps:
18
- name: Checkout repo
19
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20
21
- name: Set up Python
22
- uses: actions/setup-python@v6
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23
with:
24
python-version: "3.10"
25
0 commit comments