Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from 2 to 3 (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 5, 2022
1 parent 37ae664 commit 5ad4ba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.9

Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.9

Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.9

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 5ad4ba1

Please sign in to comment.