Skip to content

Commit

Permalink
Merge pull request #91 from G-Research/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
itamarst authored Jan 5, 2024
2 parents 85b8866 + b5ce8da commit 7a4c56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
# We need tags to get the correct code version:
fetch-depth: 0
- uses: "actions/setup-python@v4"
- uses: "actions/setup-python@v5"
with:
python-version: "${{ matrix.python-version }}"
- uses: "dtolnay/rust-toolchain@stable"
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build wheels
Expand Down

0 comments on commit 7a4c56b

Please sign in to comment.