Skip to content

Commit

Permalink
Merge pull request #3306 from Unidata/dependabot-github_actions-dot-g…
Browse files Browse the repository at this point in the history
…ithub-actions-install-pypi-actions-setup-python-5

CI: (deps): Bump actions/setup-python from 4 to 5 in /.github/actions/install-pypi
  • Loading branch information
dopplershift authored Dec 6, 2023
2 parents c5254c2 + fabeb28 commit f09de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
using: composite
steps:
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: 'pip'
Expand Down

0 comments on commit f09de38

Please sign in to comment.