From f46a80d2f5686fa67de8b6ff6b3c4ff9359db75c Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 3 May 2023 22:58:19 +0200 Subject: [PATCH] Bump action versions to stop node.js warnings --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9831e92..9bab7a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,12 +34,12 @@ jobs: continue-on-error: ${{ matrix.experimental }} steps: - name: Install Python ${{ matrix.python }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - name: Checkout structa - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: |