Skip to content

Commit

Permalink
Merge pull request #2366 from Unidata/dependabot-github_actions-actio…
Browse files Browse the repository at this point in the history
…ns-setup-python-3

MNT: (deps): Bump actions/setup-python from 2 to 3
  • Loading branch information
dopplershift authored Mar 1, 2022
2 parents c3f9da5 + 6e0e0a7 commit 2332298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: composite
steps:
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ inputs.python-version }}
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.x
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Set up Python
id: setup
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.x

Expand Down

0 comments on commit 2332298

Please sign in to comment.