From b0cd92310a5795a9da865a62274844061f5c3edc Mon Sep 17 00:00:00 2001 From: Andreas Gassner Date: Thu, 22 May 2025 13:57:46 +0200 Subject: [PATCH] fix: fixed failing github actions --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 5db5e14..b34e6f1 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - 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