From 0512bb5dff63e7c5f5ba879e8f59738880d84cb2 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Wed, 6 Mar 2024 13:52:57 -0800 Subject: [PATCH] Updating action and noting change in history. RE:#384 --- .github/workflows/build-py-dists.yml | 4 ++-- HISTORY.rst | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-py-dists.yml b/.github/workflows/build-py-dists.yml index f7056047..0b968dcc 100644 --- a/.github/workflows/build-py-dists.yml +++ b/.github/workflows/build-py-dists.yml @@ -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 }} @@ -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 diff --git a/HISTORY.rst b/HISTORY.rst index 443fbf0d..5e83c662 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ------------------