From cb26174f58bf59ea13f506549ce73fca05c21949 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Fri, 15 Nov 2024 16:42:28 +0100 Subject: [PATCH] Update ci.yaml fix node.js <20 deprecation --- .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 da4b6ed..d029c68 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