fix: update exclusions.json entries and refine checkout action version in action.yml

This commit is contained in:
2026-05-13 05:59:51 +00:00
parent 141aace811
commit 80664d0c60
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ runs:
using: 'composite'
steps:
- name: 取得專案
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: 快取 NUGET 套件
id: cache-nuget
uses: https://gitea.jsc.idv.tw/actions/cache-nuget@v0.0.3