From 440008caedd0380a671241d971d816132b2fb550 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 5 May 2026 17:24:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BD=BF=E7=94=A8=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index 2327249..2aa7413 100644 --- a/action.yml +++ b/action.yml @@ -1,18 +1,11 @@ name: 'DOTNET QC' description: '品質檢查 NUGET 套件' author: 'Jeffery' -inputs: - checkout_version: - description: 'checkout 版本' - required: true - cache_nuget_version: - description: 'cache-nuget 版本' - required: true runs: using: 'composite' steps: - - uses: actions/checkout@${{ inputs.checkout_version }} - - uses: https://gitea.jsc.idv.tw/actions/cache-nuget@${{ inputs.cache_nuget_version }} + - uses: actions/checkout@v6 + - uses: https://gitea.jsc.idv.tw/actions/cache-nuget@v0.0.2 - run: dotnet restore shell: bash - run: dotnet build --no-restore