Skip to content

Commit

Permalink
update actions/setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ake2l committed Nov 8, 2024
1 parent 9e3630e commit da1ce8c
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 @@ -102,7 +102,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref || github.ref }}

- name: Set Up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: ${{ matrix.arch }}
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
arch: arm64 # Ubuntu GitHub runners do not support ARM64 yet
steps:
- name: Set Up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: ${{ matrix.arch }}
Expand Down

0 comments on commit da1ce8c

Please sign in to comment.