From 6cebbcc8fab3da46d0107063f150041287c312d7 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 13 Oct 2022 14:50:44 -0400 Subject: [PATCH] ci: update build workflow with latest checkout action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe3ecadb8..ea8a5df30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: pkg_version: ${{ steps.buildvars.outputs.pkg_version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -284,7 +284,7 @@ jobs: PKG_VERSION: ${{needs.prepare.outputs.pkg_version}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0