Skip to content

Commit 073a195

Browse files
authored
Merge pull request #2 from cloudflightio/c933dependabot/github_actions/actions/setup-python-2.2.2
build(deps): bump actions/setup-python from 1 to 2.2.2
2 parents 073aedb + 9b6ac03 commit 073a195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
steps:
2626
- uses: actions/[email protected]
27-
- uses: actions/setup-python@v1
27+
- uses: actions/setup-python@v2.2.2
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- run: pip install --upgrade pipenv==2020.8.13

0 commit comments

Comments
 (0)