Skip to content

Commit

Permalink
Merge pull request #16 from baseplate-admin/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
baseplate-admin authored Apr 14, 2024
2 parents 5485e70 + e6c0e92 commit afb7e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
target: [x86_64, x86, aarch64, armv7]
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 @@ -72,7 +72,7 @@ jobs:
target: [x64, x86]
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 @@ -103,7 +103,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'
- name: Build wheels
Expand Down

0 comments on commit afb7e90

Please sign in to comment.