From 73963e96c29e234a3addc9e3387ac6b045b25d62 Mon Sep 17 00:00:00 2001 From: James Dawson Date: Mon, 26 Aug 2024 12:26:05 +0100 Subject: [PATCH] Switch to released workflow version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 923835d..90adb6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: build: needs: prepareConfig - uses: endjin/Endjin.RecommendedPractices.GitHubActions/.github/workflows/scripted-build-pipeline.yml@feature/add-matrix-build + uses: endjin/Endjin.RecommendedPractices.GitHubActions/.github/workflows/scripted-build-pipeline.yml@main with: netSdkVersion: '8.x' # workflow_dispatch inputs are always strings, the type property is just for the UI