Thanks to visit codestin.com Credit goes to github.com
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 38416c1 commit 3e5f191Copy full SHA for 3e5f191
.github/workflows/ARM.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
18
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v4
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
mono-version: latest
51
52
53
54
55
56
.github/workflows/nuget-preview.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "DATE_VER=$(date "+%Y-%m-%d")" >> $GITHUB_ENV
22
23
24
25
26
27
0 commit comments