From cc0094b8d82080e65a9075627698120a844e34a4 Mon Sep 17 00:00:00 2001 From: Gustaf Svensson Date: Wed, 25 Sep 2024 00:27:33 +0200 Subject: [PATCH] Update deploy-bicep.yaml --- .github/workflows/deploy-bicep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-bicep.yaml b/.github/workflows/deploy-bicep.yaml index 0b4e5b9..a4b7899 100644 --- a/.github/workflows/deploy-bicep.yaml +++ b/.github/workflows/deploy-bicep.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@main + uses: actions/checkout@v2 - name: Log in to Azure uses: azure/login@v1