We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7389d7d commit 06a791bCopy full SHA for 06a791b
.github/workflows/smoke-test.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
44
- name: Setup .NET
45
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
46
47
- name: Install Apache Ivy
48
run: curl https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.tar.gz | tar xOz apache-ivy-2.5.2/ivy-2.5.2.jar > /usr/share/ant/lib/ivy.jar
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.408",
4
- "rollForward": "latestMinor"
+ "version": "8.0.411",
+ "rollForward": "latestFeature"
5
}
6
0 commit comments