From 9faae2303b5479dd7701b942e35ebe2395b3b257 Mon Sep 17 00:00:00 2001 From: Alexandre Machado Date: Fri, 19 Apr 2024 03:24:17 -0300 Subject: [PATCH] Update reusable.yml --- .github/workflows/reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable.yml b/.github/workflows/reusable.yml index 574cf83..37d4ebd 100644 --- a/.github/workflows/reusable.yml +++ b/.github/workflows/reusable.yml @@ -13,7 +13,7 @@ jobs: matrix: dotnet: ${{ fromJSON(inputs.dotnetVersions) }} steps: - - uses: actions/checkout@v4 + # - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.dotnet }}