Skip to content

Commit 1faa866

Browse files
Bump actions/setup-python from v1 to v2.2.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.2.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...3105fb1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2708a6b commit 1faa866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_package.yml

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

0 commit comments

Comments
 (0)