Skip to content

Commit 875de03

Browse files
authored
Merge pull request #202 from quantopian/dependabot/github_actions/actions/setup-python-v2.2.1
Bump actions/setup-python from v2.1.4 to v2.2.1
2 parents d3ff5b2 + fbfb033 commit 875de03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/setup-python@v2.1.4
16+
- uses: actions/setup-python@v2.2.1
1717
with:
1818
python-version: 3.8
1919
- name: Install dependencies

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/[email protected]
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v2.1.4
32+
uses: actions/setup-python@v2.2.1
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
- name: Set Lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
- name: Set up Python 3.7
13-
uses: actions/setup-python@v2.1.4
13+
uses: actions/setup-python@v2.2.1
1414
with:
1515
python-version: 3.7
1616

0 commit comments

Comments
 (0)