Skip to content

Commit

Permalink
Bump actions/setup-python from v1 to v2.2.1
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 113f2fa commit d8c29f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
run: target/${{ matrix.target }}/release/${{ matrix.bin }} --help

# Remove once python 3 is the default
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2.2.1
with:
python-version: '3.x'

Expand Down

0 comments on commit d8c29f1

Please sign in to comment.