Skip to content

Commit

Permalink
Merge pull request #26 from nucleos/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-v2.0.1

Bump actions/setup-python from v1 to v2.0.1
  • Loading branch information
core23 committed Jun 12, 2020
2 parents 822f2f5 + f8cbb04 commit 3abb565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: "Set up Python 3.7"
uses: actions/setup-python@v1
uses: actions/setup-python@v2.0.1
with:
python-version: '3.7' # Semantic version range syntax or exact version of a Python version

Expand Down

0 comments on commit 3abb565

Please sign in to comment.