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 c1f2811 commit 8b583cdCopy full SHA for 8b583cd
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: Build
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Setup .NET 9
19
uses: actions/setup-dotnet@v4
.github/workflows/publish.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Build and release
11
12
0 commit comments