From 1e07bc97d1c601d1bcb16351ff292ac2ca30f40d Mon Sep 17 00:00:00 2001 From: Carlo Dandan Date: Wed, 20 Mar 2024 15:03:26 +0800 Subject: [PATCH] builder: Update actions/checkout version to v4. Error: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3 Signed-off-by: Carlo Dandan --- .github/workflows/OrangeFox-Compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index 1c37a69..f7092f3 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -54,7 +54,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Clean-up uses: rokibhasansagar/slimhub_actions@main