From 381fe48f18f37a2ba5b2f2162edd35efe458e2b9 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Fri, 10 Jan 2025 02:02:10 -0800 Subject: [PATCH] chore: update action cache (#412) Signed-off-by: Ry Jones --- .github/workflows/ci.yml | 4 ++-- NOTICE | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e62105574..dbd32d342 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build @@ -82,7 +82,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/NOTICE b/NOTICE index 7b42b10f0..5ceb4d3dd 100644 --- a/NOTICE +++ b/NOTICE @@ -49,3 +49,6 @@ PolyCrypt GmbH Robert Bosch GmbH Manoranjith Anagha Sukumaran + +The Linux Foundation + Ry Jones