Skip to content

Commit 769bc82

Browse files
committed
ci: Upgrade setup-python github action
1 parent ec84948 commit 769bc82

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integrate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
restore-keys: npm-v14-${{ runner.os }}-${{ github.ref }}-
3232

3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v1
34+
uses: actions/setup-python@v2
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

@@ -82,7 +82,7 @@ jobs:
8282
restore-keys: npm-v14-${{ runner.os }}-${{ github.ref }}-
8383

8484
- name: Set up Python ${{ matrix.python-version }}
85-
uses: actions/setup-python@v1
85+
uses: actions/setup-python@v2
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888

@@ -133,7 +133,7 @@ jobs:
133133
restore-keys: npm-v12-${{ runner.os }}-${{ github.ref }}-
134134

135135
- name: Set up Python ${{ matrix.python-version }}
136-
uses: actions/setup-python@v1
136+
uses: actions/setup-python@v2
137137
with:
138138
python-version: ${{ matrix.python-version }}
139139

.github/workflows/validate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
npm-v14-${{ runner.os }}-refs/heads/master-
4545
4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@v1
47+
uses: actions/setup-python@v2
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050

@@ -111,7 +111,7 @@ jobs:
111111
npm-v14-${{ runner.os }}-refs/heads/master-
112112
113113
- name: Set up Python ${{ matrix.python-version }}
114-
uses: actions/setup-python@v1
114+
uses: actions/setup-python@v2
115115
with:
116116
python-version: ${{ matrix.python-version }}
117117

@@ -164,7 +164,7 @@ jobs:
164164
npm-v12-${{ runner.os }}-refs/heads/master-
165165
166166
- name: Set up Python ${{ matrix.python-version }}
167-
uses: actions/setup-python@v1
167+
uses: actions/setup-python@v2
168168
with:
169169
python-version: ${{ matrix.python-version }}
170170

0 commit comments

Comments
 (0)