Skip to content

Commit

Permalink
Bump actions/setup-python from 2.3.2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 28, 2022
1 parent 05b186c commit 23d6c73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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

- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v3
with:
python-version: 3.7

Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v3
with:
python-version: 3.7

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python 3.7
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.7

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v2

- 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 }}

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v3
with:
python-version: 3.8

Expand Down

0 comments on commit 23d6c73

Please sign in to comment.