Skip to content

Commit d532eed

Browse files
Bump actions/setup-python from 2 to 2.2.2 (#750)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v2.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d3040b commit d532eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
restore-keys: |
102102
store-${{ runner.os }}-
103103
- name: Set up Python 3.8
104-
uses: actions/setup-python@v2
104+
uses: actions/setup-python@v2.2.2
105105
with:
106106
python-version: 3.8
107107
- name: Build

0 commit comments

Comments
 (0)