Skip to content

Commit

Permalink
chore: add the checkout action back to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed Jun 15, 2024
1 parent 4991bf9 commit a34c2bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ inputs:
runs:
using: 'composite'
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit a34c2bc

Please sign in to comment.