Skip to content

Commit c8deb35

Browse files
committed
use sha
1 parent 03ac8b7 commit c8deb35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2323
with:
2424
python-version: "3.10"
2525

0 commit comments

Comments
 (0)