From dbe906a331fc71a72ad9af4486acea31f15fd780 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Mon, 27 May 2024 14:11:08 +0200 Subject: [PATCH] bump actions/checkout to v4 in test-and-deploy.yml --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 5ea6a9de..f1c89829 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -19,7 +19,7 @@ jobs: group: staging-deploy cancel-in-progress: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: prepare SSH run: |