Skip to content

Commit

Permalink
Bump actions/setup-python from 2.3.2 to 3 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 4, 2022
1 parent e6a5e2f commit fb9144e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Set up Python 3
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Set up Python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Build and Publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Lint
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Set up Python 3
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Install dependencies
Expand Down

0 comments on commit fb9144e

Please sign in to comment.