From bf301e98637e23cc1b3167122959c20f5cb39aa1 Mon Sep 17 00:00:00 2001 From: Le TOULLEC Martial <308012+koromerzhin@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:40:43 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c86cb92..433ccd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,11 +5,11 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@v4 with: submodules: recursive - name: Repository lampy - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@v4 with: submodules: recursive ref: 'v2.0'