about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2024-02-19 08:32:33 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2024-02-19 08:32:33 +0200
commit591356738d397dc1d1f8a7b815ac374ede4a5cb1 (patch)
tree5144cae2914e3c28d716f0f899762a919bd856d4 /.github
parent14924b03ce5dd9b64cebc5c06a7484ea6516f9ac (diff)
Downgrade actions/checkout in release workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index adb1c850516..88adc3bc757 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v4
+        uses: actions/checkout@v3
         with:
           fetch-depth: ${{ env.FETCH_DEPTH }}