From c840dcfb0597d261288067d1f63d0b9e27daa29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bergstr=C3=B6m?= Date: Wed, 22 May 2024 15:38:22 +0200 Subject: [PATCH] Adjusted the settings for deploy at Azure Static Web Apps --- .../workflows/azure-static-web-apps-calm-rock-07ad32503.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-calm-rock-07ad32503.yml b/.github/workflows/azure-static-web-apps-calm-rock-07ad32503.yml index 899ed8e..27776bc 100644 --- a/.github/workflows/azure-static-web-apps-calm-rock-07ad32503.yml +++ b/.github/workflows/azure-static-web-apps-calm-rock-07ad32503.yml @@ -14,9 +14,9 @@ jobs: build_and_deploy_job: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest - name: Build and Deploy Job + name: Checkout steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.0.0 with: submodules: true lfs: false