Skip to content

Commit

Permalink
Merge pull request #63 from elbakramer/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-3

Bump actions/setup-python from 2.3.1 to 3
  • Loading branch information
elbakramer authored Mar 23, 2022
2 parents 18de3a8 + e16a50a commit 51d60e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v3
id: setup-python
with:
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v3
id: setup-python
with:
python-version: 3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ github.event.release.tag_name }}
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v3
id: setup-python
with:
python-version: 3.8
Expand Down

0 comments on commit 51d60e6

Please sign in to comment.