Auto merge of #16598 - lnicola:fix-release, r=lnicola

internal: Downgrade actions/checkout in release workflow
This commit is contained in:
bors 2024-02-19 06:34:06 +00:00
commit f71049bfb1

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 }}