Skip to content

Commit b926381

Browse files
committed
Pin hashes on the test action
1 parent 06abc5f commit b926381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
matrix:
88
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1111
- name: Set up Python
12-
uses: actions/setup-python@v5
12+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
1313
with:
1414
python-version: '3.x'
1515
- name: Install dependencies

0 commit comments

Comments
 (0)