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:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: ${{ env.FETCH_DEPTH }}