Skip to content

Commit

Permalink
Update build workflow (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger authored Jan 10, 2025
1 parent 5f9e50c commit 4285933
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
runs-on: ${{ inputs.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # IMPORTANT: otherwise the current tag does not get fetched and the build version gets worse

- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4285933

Please sign in to comment.