From eb4ea05ccd9abd4de5c2be5a78d5289552aa9646 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 20 May 2024 10:17:17 +0200 Subject: [PATCH] Use latest github actions Avoids some complaints when running things. --- .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 6a742ce..33b475f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,9 +17,9 @@ jobs: - 3.12 fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Update pip and setuptools