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 bb92904 + fb008cf commit 5585d1eCopy full SHA for 5585d1e
1 file changed
.github/workflows/build-and-test.yml
@@ -47,7 +47,7 @@ jobs:
47
if: "!contains(github.event.head_commit.message, '[skip ci]')"
48
49
steps:
50
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
51
52
# See https://github.com/actions/checkout/issues/165#issuecomment-657673315
53
- name: Create LFS file list
@@ -125,7 +125,7 @@ jobs:
125
if: (github.event_name == 'push')
126
127
128
129
130
- name: Install NuGet
131
uses: NuGet/setup-nuget@v1
0 commit comments