Skip to content

Commit

Permalink
Merge pull request #2 from cloudflightio/c933dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-2.2.2

build(deps): bump actions/setup-python from 1 to 2.2.2
  • Loading branch information
fphammerle authored Jun 26, 2021
2 parents 073aedb + 9b6ac03 commit 073a195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down

0 comments on commit 073a195

Please sign in to comment.