Skip to content

Commit

Permalink
Merge pull request #349: build(deps): bump actions/setup-python from …
Browse files Browse the repository at this point in the history
…2 to 5
  • Loading branch information
victorlin authored Jan 30, 2024
2 parents aede544 + 808fc4b commit 3d845bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
shell: bash
steps:
# Note that this Python version doesn't impact the actual build.
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
# the annotated tag object from the remote so we can verify/use it later.
- run: git fetch --force origin tag "$GITHUB_REF_NAME"

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: python3 -m pip install --upgrade twine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5

- name: Upgrade Python toolchain
run: python3 -m pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit 3d845bd

Please sign in to comment.