Skip to content

Commit 6533dd1

Browse files
committed
pin version
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 1847a94 commit 6533dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wf_build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
NUGET_CERT_REVOCATION_MODE: offline
1313
steps:
1414
- name: Clone repository
15-
- uses: actions/checkout@v4
15+
uses: actions/checkout@v4
1616
- name: Setup .NET SDK
1717
uses: actions/setup-dotnet@v4
1818
with:
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Clone repository
65-
- uses: actions/checkout@v4
65+
uses: actions/checkout@v4
6666
- name: Setup .NET SDK
6767
uses: actions/setup-dotnet@v4
6868
with:

0 commit comments

Comments
 (0)