Skip to content

Commit c0e2e8e

Browse files
author
gerrymanoim
authored
Merge pull request #197 from quantopian/dependabot/github_actions/actions/setup-python-v2.1.1
Bump actions/setup-python from v2 to v2.1.1
2 parents ca483e0 + a1a93d2 commit c0e2e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
brew install llvm
5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v2
52+
uses: actions/setup-python@v2.1.1
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
- name: Install python dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
submodules: 'recursive'
1414
- name: Set up Python 3.8
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v2.1.1
1616
with:
1717
python-version: 3.8
1818
- name: Install python dependencies

0 commit comments

Comments
 (0)