Skip to content

Commit a1a93d2

Browse files
Bump actions/setup-python from v2 to v2.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2 to v2.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...0c28554) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca483e0 commit a1a93d2

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)