From 1268c8eac100018626051a1b7254a6b505818766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Wed, 24 Apr 2024 17:08:56 +0200 Subject: [PATCH] Update autoredeploy.yml checkout version to v4 --- .github/workflows/autoredeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoredeploy.yml b/.github/workflows/autoredeploy.yml index d969b5b..114348e 100644 --- a/.github/workflows/autoredeploy.yml +++ b/.github/workflows/autoredeploy.yml @@ -10,7 +10,7 @@ jobs: node-version: [20.x] runs-on: self-hosted steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Stop and remove containers and images, using docker compose down run: docker-compose down --rmi "all" - name: Create .env files