From 5eda7282a64e28aa2235d5afd993ac41efc096f9 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sun, 18 Feb 2024 12:35:53 -0800 Subject: [PATCH] Upgrade actions. (#9) This eliminates node16 warnings / prepares for the spring when node16 goes away. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63b6524..880cc51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Python ${{ join(matrix.python-version, '.') }} id: pyenv - uses: gabrielfalcao/pyenv-action@v18 + # Upgrade node16 -> node20: Out for review here: + # https://github.com/gabrielfalcao/pyenv-action/pull/444 + uses: pex-tool/pyenv-action@baec18679698d2f80064cc04eb9ad0c8dc5ca8f8 with: default: "${{ join(matrix.python-version, '.') }}" - name: Run Unit Tests