From ae2430077b7438ef3158c62aa336eefde564e838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Fri, 15 Dec 2023 12:07:32 -0300 Subject: [PATCH] ci: update actions/checkout. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1f190c..90ca441 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Install dependencies run: ${{ matrix.distro.update_cmd }} && ${{ matrix.distro.install_cmd }} git meson ${{ matrix.distro.packages }} ${{ matrix.compiler.cc }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Configure