From 3068ce596fe2325948d57be14fc96b64e8857dc4 Mon Sep 17 00:00:00 2001 From: Maciej Gajek Date: Thu, 21 Dec 2023 11:45:59 +0100 Subject: [PATCH] Update actions/checkout to v4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d95098..e713212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true @@ -53,7 +53,7 @@ jobs: runs-on: ARM64 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true @@ -84,7 +84,7 @@ jobs: if: github.event_name == 'push' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: true