Skip to content

Commit 18816d4

Browse files
authored
Merge pull request #254 from chains-project/chore/-ci
fix: sha for setup-python
2 parents 4b8930e + c4524d3 commit 18816d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v6.1.0
27+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
2828
with:
2929
python-version: "3.14.2"
3030

0 commit comments

Comments
 (0)