From d5a383eeab1b06d2ffe44bc3ba14572fdcca56e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Thu, 4 Apr 2024 19:20:44 +0200 Subject: [PATCH] feat: Switched to pipelines version, instead of main (#4) --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1a65050..f628dd7 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@main + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.8.1 with: dotnet-logging: ${{ inputs.dotnet-logging }} dotnet-version: |