From eec77c426393a4e28e23bf41276de6c52d2d3fa8 Mon Sep 17 00:00:00 2001 From: Sudhananda Biswas <25325501+madcoderBubt@users.noreply.github.com> Date: Sun, 10 Jul 2022 00:15:00 +0600 Subject: [PATCH] checking ci/cd on pull request --- .github/workflows/MadCoderAzureFunctionsDemo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MadCoderAzureFunctionsDemo.yml b/.github/workflows/MadCoderAzureFunctionsDemo.yml index a43c468..00aac8d 100644 --- a/.github/workflows/MadCoderAzureFunctionsDemo.yml +++ b/.github/workflows/MadCoderAzureFunctionsDemo.yml @@ -14,7 +14,7 @@ jobs: build-and-deploy: runs-on: windows-latest steps: - - uses: actions/checkout@Release + - uses: actions/checkout@master - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: