Skip to content

Commit 857a714

Browse files
committed
[spec] build actions bump to new versions
1 parent 88fa7bc commit 857a714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Code Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4.1.1
2020

2121
- name: Install DotNet
22-
uses: actions/setup-dotnet@v1
23-
22+
uses: actions/setup-dotnet@v4
23+
#
2424
- name: Restore Dependencies
2525
run: dotnet restore
2626

0 commit comments

Comments
 (0)