From bb0f6e767d6961aba673018ba7a44e3f150d251a Mon Sep 17 00:00:00 2001 From: Steffen Tautenhahn Date: Fri, 2 Feb 2024 13:28:30 +0100 Subject: [PATCH] fix: update nodejs dependency --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9778c01..d831820 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: - name: setup cache id: cache-sig - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: awscliv2.zip key: ${{ runner.os }}-${{ hashFiles('awscliv2.zip.sig') }}