From 43b61e3760424648fa67d9cb8759e78707b3d48d Mon Sep 17 00:00:00 2001 From: Lord of Scripts Date: Tue, 27 Aug 2024 11:10:49 -0500 Subject: [PATCH] CrossBuild bump checkout action v2 to v4 to remove warning --- .github/workflows/crossbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crossbuild.yml b/.github/workflows/crossbuild.yml index f325bba..cf1e7c4 100644 --- a/.github/workflows/crossbuild.yml +++ b/.github/workflows/crossbuild.yml @@ -17,7 +17,7 @@ jobs: steps: # step 1: checkout repository code inside the workspace directory of the runner - name: Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # step 2: generate build files and dump inside the workspace directory of the runner - name: Generate build files