Skip to content

Commit

Permalink
Updating action and noting change in history. RE:natcap#384
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Mar 6, 2024
1 parent 49780e2 commit 0512bb5
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 0512bb5

Please sign in to comment.