Downgrade actions/checkout in release workflow

This commit is contained in:
Laurențiu Nicola 2024-02-19 08:32:33 +02:00
parent 14924b03ce
commit 591356738d

View file

@ -59,7 +59,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v3
with: with:
fetch-depth: ${{ env.FETCH_DEPTH }} fetch-depth: ${{ env.FETCH_DEPTH }}