Skip to content

Commit

Permalink
upgrade setup-python to v5 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 11, 2023
1 parent ad316ef commit a88514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: chown root:root .
- name: Set up Python
if: ${{ matrix.simulation-type == 'electric' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# Disco needs python ~=3.10
python-version: '3.10'
Expand Down

0 comments on commit a88514a

Please sign in to comment.