-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de3a0ce
commit a279289
Showing
7 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.3.0 | ||
uses: actions/checkout@v3.6.0 | ||
|
||
- name: auto label | ||
uses: RocketSurgeonsGuild/actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.3.0 | ||
uses: actions/checkout@v3.6.0 | ||
with: | ||
clean: 'false' | ||
fetch-depth: '0' | ||
|
@@ -76,30 +76,30 @@ jobs: | |
run: | | ||
dotnet nuke Pack --skip | ||
- name: 🐿 Publish Coverage | ||
uses: codecov/[email protected].1 | ||
uses: codecov/[email protected].4 | ||
with: | ||
name: 'actions-${{ matrix.os }}' | ||
- name: 🏺 Publish logs | ||
if: always() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: 'logs' | ||
path: 'artifacts/logs/' | ||
- name: 🏺 Publish coverage data | ||
if: always() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: 'coverage' | ||
path: 'coverage/' | ||
- name: 🏺 Publish test data | ||
if: always() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: 'test data' | ||
path: 'artifacts/test/' | ||
- name: 🏺 Publish NuGet Packages | ||
if: always() | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: 'nuget' | ||
path: 'artifacts/nuget/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,26 +10,26 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.3.0 | ||
uses: actions/checkout@v3.6.0 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Fetch all history for all tags and branches | ||
run: git fetch --prune | ||
|
||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/setup@v0.9.15 | ||
uses: gittools/actions/gitversion/setup@v0.10.2 | ||
with: | ||
versionSpec: '5.x' | ||
|
||
- name: Install GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/setup@v0.9.15 | ||
uses: gittools/actions/gitreleasemanager/setup@v0.10.2 | ||
with: | ||
versionSpec: '0.13.x' | ||
|
||
- name: Use GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/execute@v0.9.15 | ||
uses: gittools/actions/gitversion/execute@v0.10.2 | ||
|
||
- name: Create Milestone | ||
uses: WyriHaximus/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.3.0 | ||
uses: actions/checkout@v3.6.0 | ||
|
||
- name: sync milestones | ||
uses: RocketSurgeonsGuild/actions/[email protected] | ||
|