Skip to content

Commit 228d5cb

Browse files
CodeWithMadecriptor
authored andcommitted
undo github actions change
1 parent 5aab236 commit 228d5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v1
1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v3
19+
uses: actions/setup-dotnet@v1
2020
with:
2121
dotnet-version: 6.0.302
2222
- name: Build with dotnet

0 commit comments

Comments
 (0)