From c40662f61a4546cfff5cdb3ed8f5a822769abbe4 Mon Sep 17 00:00:00 2001 From: hms5232 <43672033+hms5232@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:47:18 +0800 Subject: [PATCH] Bump actions/cache to v4 Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6f9b85b..e8a3b13 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ runs: if: ${{ steps.determine-cross-compile.outputs.needs-cross == 'true' }} - name: Cache cross id: cache-cross - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.set-cross-dir.outputs.cross-dir }}/cross key: ${{ runner.os }}-${{ steps.determine-cross-version.outputs.cross-version }}