Skip to content

Commit

Permalink
undo github actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithMa authored and decriptor committed Aug 31, 2024
1 parent 5aab236 commit 228d5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.302
- name: Build with dotnet
Expand Down

0 comments on commit 228d5cb

Please sign in to comment.