From 6c9682081df1a46098b6f529f85ee047e2104c04 Mon Sep 17 00:00:00 2001 From: Zachary Crockett Date: Thu, 12 Dec 2024 15:43:07 -0800 Subject: [PATCH] ci: actions/cache v1 has been deprecated, use v4 --- .github/workflows/imgtool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/imgtool.yaml b/.github/workflows/imgtool.yaml index 1c79751ce..e3dc80457 100644 --- a/.github/workflows/imgtool.yaml +++ b/.github/workflows/imgtool.yaml @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 0 - name: Cache pip - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip