From 802e640f56e6b0f3b55cec852f5292ad225abc40 Mon Sep 17 00:00:00 2001 From: Andrea Manzi Date: Tue, 4 Jun 2024 17:51:11 +0200 Subject: [PATCH] move back checkout action to v3 for c7 (#8) move back checkout action to v3 for c7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6688d6f..23ca0b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest container: centos:7 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: install build requisites