forked from HicServices/RDMP
-
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.
Bump dotnet-sdk from 9.0.100 to 9.0.101 (HicServices#2089)
- Loading branch information
1 parent
20e6ece
commit 06a9a1e
Showing
2 changed files
with
7 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -85,6 +85,8 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
- name: setup .NET | ||
uses: actions/[email protected] | ||
- name: Populate Databases.yaml | ||
shell: bash | ||
run: | | ||
|
@@ -151,6 +153,8 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
- name: setup .NET | ||
uses: actions/[email protected] | ||
- name: Determine RDMP build version | ||
id: version | ||
shell: bash | ||
|
@@ -288,6 +292,8 @@ jobs: | |
with: | ||
path: ${{ github.workspace }}/ | ||
key: ${{ github.sha }}-your-cache-key-bundled | ||
- name: setup .NET | ||
uses: actions/[email protected] | ||
- name: Determine RDMP build version | ||
id: version | ||
shell: bash | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "9.0.100", | ||
"version": "9.0.101", | ||
"rollForward": "minor" | ||
} | ||
} |