Skip to content

Commit

Permalink
fix checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent 34ce239 commit cc6b9b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
# Fetch all to make git describe work correctly
fetch-depth: 0
ref: ${{ github.ref_name }}
fetch-tags: true
ref: mixed

- name: Setup Java
uses: actions/setup-java@v1
Expand Down

0 comments on commit cc6b9b7

Please sign in to comment.