Skip to content

Commit b8900d0

Browse files
authored
Merge pull request #85 from pymc-devs/dependabot/github_actions/actions/setup-python-5
chore(deps): Bump actions/setup-python from 4 to 5
2 parents c4eff73 + 69a1607 commit b8900d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
#target: [x86_64, aarch64, s390x, ppc64le]
3030
steps:
3131
- uses: actions/checkout@v3
32-
- uses: actions/setup-python@v4
32+
- uses: actions/setup-python@v5
3333
with:
3434
python-version: '3.10'
3535
- name: Build wheels
@@ -79,7 +79,7 @@ jobs:
7979
target: [x64]
8080
steps:
8181
- uses: actions/checkout@v3
82-
- uses: actions/setup-python@v4
82+
- uses: actions/setup-python@v5
8383
with:
8484
python-version: '3.10'
8585
architecture: ${{ matrix.target }}
@@ -123,7 +123,7 @@ jobs:
123123
target: [x86_64, aarch64]
124124
steps:
125125
- uses: actions/checkout@v3
126-
- uses: actions/setup-python@v4
126+
- uses: actions/setup-python@v5
127127
with:
128128
python-version: '3.10'
129129
- uses: maxim-lobanov/setup-xcode@v1

0 commit comments

Comments
 (0)