Skip to content

Commit

Permalink
Merge pull request #63 from vlaci/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-python action to v5
  • Loading branch information
vlaci authored Nov 17, 2024
2 parents f170920 + ad91581 commit f648cda
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 @@ -105,7 +105,7 @@ jobs:
ln -snf /usr/bin/g++ /usr/bin/aarch64-linux-gnu-g++
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: cache rust
Expand Down Expand Up @@ -152,7 +152,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 @@ -191,7 +191,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: cache rust
Expand Down

0 comments on commit f648cda

Please sign in to comment.