Skip to content

Commit 8531ea3

Browse files
committed
fix CI python env
1 parent da4d474 commit 8531ea3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/next-snapshot-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 8

.github/workflows/next-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 11

.github/workflows/prepare-release-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 8

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 11

.github/workflows/release-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 8

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.APP_ID }}
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 2.7
20-
uses: actions/setup-python@v2
20+
uses: MatteoH2O1999/setup-python@v1
2121
with:
2222
python-version: 2.7
2323
- name: Set up Java 11

0 commit comments

Comments
 (0)