From 7e8d36e9a05489ebd8578a3d812c3f8579f159ef Mon Sep 17 00:00:00 2001 From: Yunus Koning Date: Mon, 16 Sep 2024 10:25:32 +0200 Subject: [PATCH] attempt 2 at fixing github workflow --- .github/workflows/linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f53869c..a205c15 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,10 +10,9 @@ jobs: matrix: branch: [default] python-version: [3.8, 3.9, '3.10', '3.11'] - container: monetdb/dev-builds:${{ matrix.branch }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4