Skip to content

Commit

Permalink
Merge pull request natcap#385 from phargogh/bugfix/384-address-gha-no…
Browse files Browse the repository at this point in the history
…de-warnings

Updating `actions/setup-python` version to remove nodejs version warnings
  • Loading branch information
emlys authored Mar 7, 2024
2 parents 49780e2 + 0512bb5 commit e514865
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-py-dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: git fetch origin +refs/tags/*:refs/tags/*

- name: Set up python ${{ matrix.python-version }} ${{ matrix.python-arch }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.python-arch }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
run: git fetch origin +refs/tags/*:refs/tags/*

- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.7

Expand Down
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release History
===============

Unreleased Changes
------------------
* Our github actions for building python distributions now use
`actions/setup-python@v5`, which uses node 20.
https://github.com/natcap/pygeoprocessing/issues/384

2.4.3 (2024-03-06)
------------------
Expand Down

0 comments on commit e514865

Please sign in to comment.