Skip to content

Commit

Permalink
setup-nextstrain-cli: Upgrade to v5 of actions/setup-python
Browse files Browse the repository at this point in the history
Squashes Node 16 vs. 20 warnings.
  • Loading branch information
tsibley committed Feb 6, 2024
1 parent d50c30e commit 585ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup-nextstrain-cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python-version }}"

Expand Down

0 comments on commit 585ce0d

Please sign in to comment.