From 4231a99ddc5cb0097f5ee7347ef5ebd614ed77f2 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Fri, 28 Apr 2023 22:22:14 +0200 Subject: [PATCH] Action version updates --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f5540d1..11c59ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,9 +11,9 @@ jobs: os: [ ubuntu-latest ] python-version: [ "3.10" ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies