Skip to content

Commit

Permalink
更新管道配置
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Oct 24, 2023
1 parent 524d0fb commit 397b101
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/NMS_TEMPLATE/codecov.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

${{nms.codecov}}

Expand Down
2 changes: 1 addition & 1 deletion .github/NMS_TEMPLATE/test.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🔨 Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/block_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: github.event.label.name == 'aaa-block-user'
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

#- name: 🔨 Setup .NET 6.X SDK
# uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 🚦 Check & Pack Codecov - NatashaFunctionUT
run: dotnet test "./test/ut/NatashaFunctionUT/NatashaFunctionUT.csproj" --nologo -f net6.0 -c Release --collect:"XPlat Code Coverage" --results-directory "./coverage/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_label_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

#- name: 🔨 Setup .NET 6.X SDK
# uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_recommend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
recommend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 🔨 Setup Python 3.7
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

#- name: 🔨 Setup .NET 6.X SDK
# uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🏷 Mark Label
run: dotnet test './test/workflow/Workflow.Runner' --nologo -c Release

2 changes: 1 addition & 1 deletion .github/workflows/pr_recommend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 🔨 Setup Python 3.7
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🔨 Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
hasCoverageKey: ${{steps.outter.outputs.HAS_COVERAGE_KEY}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

#- name: 🔨 Setup .NET 6.X SDK
# uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
WORKER_NAME: PROJECT_ARCHIVE

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

#- name: 🔨 Setup .NET 6.X SDK
# uses: actions/setup-dotnet@v3
Expand All @@ -89,7 +89,7 @@ jobs:
needs: prepare_check

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🔨 Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
PACK_STRING: ${{needs.prepare_check.outputs.releasePackString}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🎉 Release
run: |
RELEASE_ID=$(gh api graphql -H "X-Github-Next-Global-ID: 1" -f query='
Expand Down
2 changes: 1 addition & 1 deletion Natasha.sln
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "resources", "resources", "{
resources\natasha.snk = resources\natasha.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "githutb", "githutb", "{CD687BB7-BD10-4938-931F-F030EC81D9F2}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{CD687BB7-BD10-4938-931F-F030EC81D9F2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
Expand Down

0 comments on commit 397b101

Please sign in to comment.