From 07b5f52835689f1b94bce879f60fdc4084bedcfa Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Mon, 22 Apr 2024 09:54:03 +0200 Subject: [PATCH] ci: bump github actions versions --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1467270d..28874097 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,9 +18,9 @@ jobs: python-version: [3.8, 3.9] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies