Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 14, 2022
1 parent b8647a3 commit 3bd50ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: 3.8
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
needs: build-artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: 3.8
Expand Down

0 comments on commit 3bd50ea

Please sign in to comment.