From 3899f41c61d94a5e95e4c107ea930563924ef760 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Mon, 27 May 2024 14:05:23 +0200 Subject: [PATCH] switch to checkout@v4 #301 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68e6dfaf..7d1f3020 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: name: isolated chatmaild tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: run chatmaild tests working-directory: chatmaild @@ -19,7 +19,7 @@ jobs: name: deploy-chatmail tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: initenv run: scripts/initenv.sh