mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 06:47:57 -05:00
Merge pull request #142 from Unidata/dependabot-github_actions-actions-setup-python-5
CI: (deps): Bump actions/setup-python from 2 to 5
This commit is contained in:
commit
1fd93dcf87
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
id: setup
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
||||
|
|
2
.github/workflows/sphinx_build_deploy.yml
vendored
2
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue