Skip to content

Commit 01cc38b

Browse files
authored
Change Python setup action to custom version
1 parent 2d14a48 commit 01cc38b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing1087.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525

2626
- name: Setup Python 3.12
27-
uses: actions/setup-python@v6
27+
uses: gowridurgad/setup-python@testing-1048
2828
with:
2929
python-version: "3.12"
3030
- name: Upgrade pip
@@ -56,7 +56,7 @@ jobs:
5656

5757

5858
- name: Setup Python 3.12
59-
uses: actions/setup-python@v6
59+
uses: gowridurgad/setup-python@testing-1048
6060
with:
6161
python-version: "3.12"
6262

0 commit comments

Comments
 (0)