Skip to content

Commit

Permalink
Merge pull request #2379 from mavlink/update-github-actions
Browse files Browse the repository at this point in the history
CI: update setup-python action to v5
  • Loading branch information
julianoes authored Aug 20, 2024
2 parents 3b5f3dc + 79b9de3 commit e674021
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 @@ -433,7 +433,7 @@ jobs:
architecture: 'arm64'
steps:
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/checkout@v4
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
runner: macos-14
steps:
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: 'x64'
Expand Down

0 comments on commit e674021

Please sign in to comment.