From 33e1c6a52499d3bc0c8e12193d8edc0cc155c1ee Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 3 Dec 2024 18:01:53 +0100 Subject: [PATCH] Update ci.yaml (#96) fix node.js <20 deprecation Co-authored-by: Scott K Logan --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f40ab8..1ea56e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,9 +18,9 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{matrix.python}} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{matrix.python}} - name: Install dependencies