From 1966d6688b5ac89e276752328c3299cb7c8fc312 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 5 Feb 2024 11:21:00 +0100 Subject: [PATCH] Upgrade GitHub Actions --- .github/workflows/main-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 229d852..6a108db 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -22,9 +22,9 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies