Skip to content

Commit

Permalink
Merge pull request #85 from pymc-devs/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5

chore(deps): Bump actions/setup-python from 4 to 5
  • Loading branch information
maresb authored Feb 19, 2024
2 parents c4eff73 + 69a1607 commit b8900d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
#target: [x86_64, aarch64, s390x, ppc64le]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build wheels
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
target: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit b8900d0

Please sign in to comment.