Skip to content

Commit

Permalink
fix: Checkout on cd
Browse files Browse the repository at this point in the history
  • Loading branch information
alex289 committed Dec 6, 2023
1 parent 58b3fc4 commit f32d017
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
projectName: CleanArchitecture

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install .NET Core
uses: actions/setup-dotnet@v3
Expand All @@ -40,6 +40,8 @@ jobs:
needs: ci
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit f32d017

Please sign in to comment.