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.
2 parents a0d6f34 + 97e264f commit 70c7fb1Copy full SHA for 70c7fb1
1 file changed
.github/workflows/build-and-test.yml
@@ -38,7 +38,7 @@ jobs:
38
git config --global core.longpaths true
39
40
- name: Git Checkout
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
42
with:
43
fetch-depth: 0
44
submodules: recursive
@@ -108,7 +108,7 @@ jobs:
108
if: (github.event_name == 'push')
109
110
steps:
111
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
112
113
- name: Install NuGet
114
uses: NuGet/setup-nuget@v2
0 commit comments