From 7004e308444fee700ddc1b6512b3e5554cd987d3 Mon Sep 17 00:00:00 2001 From: Nic Boet Date: Wed, 31 Jan 2024 22:26:06 -0600 Subject: [PATCH] verbump actions/cache@4 build errors thown: 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/. Signed-off-by: Nic Boet --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 244e01e..a4013d1 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ runs: using: composite steps: - name: Cache pkgcheck - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/pkgcore