From 74b63e05d34dd72907fa7b46cd0dd975851a71b0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 15 Apr 2023 13:48:54 +0300 Subject: [PATCH 1/3] Bump GitHub Actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38e65c91..98e36a49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,14 +34,14 @@ jobs: - os: windows-latest python: "3.10" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 if: "!endsWith(matrix.python, '-dev')" with: python-version: ${{ matrix.python }} - name: Set up Python ${{ matrix.python }} using deadsnakes - uses: deadsnakes/action@v2.1.1 + uses: deadsnakes/action@v3.0.0 if: "endsWith(matrix.python, '-dev')" with: python-version: ${{ matrix.python }} From 35aaa71f03cc2553074c0b05632945cd30f4f275 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 15 Apr 2023 13:49:33 +0300 Subject: [PATCH 2/3] TEMP test CI --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98e36a49..5f80134f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,6 @@ name: test on: push: - branches: [main] pull_request: branches: [main] schedule: From df49c18997996e37a2faa0c129a8870b5291fe52 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 15 Apr 2023 14:04:02 +0300 Subject: [PATCH 3/3] Revert "TEMP test CI" This reverts commit 35aaa71f03cc2553074c0b05632945cd30f4f275. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f80134f..98e36a49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,7 @@ name: test on: push: + branches: [main] pull_request: branches: [main] schedule: