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 9243e34 commit c19750bCopy full SHA for c19750b
.github/workflows/build-and-test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v4
.github/workflows/publish-package.yml
@@ -14,7 +14,7 @@ jobs:
- name: Setting up build version
20
run: |
0 commit comments