From e73a40cff6037d36eeb95a949ab117acea10edfd Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Sat, 1 Jun 2024 15:40:03 +0200 Subject: [PATCH] Update actions --- .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 3f9e703..c5a1678 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ on: - main pull_request: schedule: - - cron: "37 1 1 * *" + - cron: 37 1 1 * * jobs: tests: @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: pip