diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index caac892..1129ce4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest name: 构建插件 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: 'recursive' fetch-depth: 0 @@ -47,7 +47,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0