From 799c56f4c34b628d100b78538a0f98cfea2824d3 Mon Sep 17 00:00:00 2001 From: Carlo Dandan Date: Wed, 20 Mar 2024 15:02:35 +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 --- .github/workflows/Recovery-Builder-PBRP.yml | 2 +- .github/workflows/Recovery-Builder-TWRP.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Recovery-Builder-PBRP.yml b/.github/workflows/Recovery-Builder-PBRP.yml index 13c2b29..ef6903f 100644 --- a/.github/workflows/Recovery-Builder-PBRP.yml +++ b/.github/workflows/Recovery-Builder-PBRP.yml @@ -53,7 +53,7 @@ jobs: contents: write steps: - name: Check Out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Display Inputs run: | diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml index df5b8ef..15f731f 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yml +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -53,7 +53,7 @@ jobs: contents: write steps: - name: Check Out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Display Inputs run: |