Skip to content

Commit

Permalink
Merge pull request #110 from gramaziokohler/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
tetov committed Apr 15, 2024
2 parents a1e0327 + 3aa6e2e commit a2356bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up CPython 3.8 (RPC tests)
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
path: ./CHANGELOG.md

- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down

0 comments on commit a2356bc

Please sign in to comment.