Skip to content

Commit

Permalink
ci: bump setup-python to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Jun 13, 2024
1 parent b7cd8b7 commit f96c43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Check Node.js version
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Use Node.js (latest)
run: brew install node
- name: Install Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Check Node.js version
Expand Down

0 comments on commit f96c43e

Please sign in to comment.