From a1160363a12c1809882885e4c1a2644b5783d0ee Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Sun, 15 Dec 2024 18:45:35 +0100 Subject: [PATCH] Bump actions/cache from v2 to v4 Per Deprecation Notice: - https://github.com/actions/cache/discussions/1510 Signed-off-by: Roger Sheen --- .github/actions/render/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/render/action.yml b/.github/actions/render/action.yml index 4405a5dd..33fd5c03 100644 --- a/.github/actions/render/action.yml +++ b/.github/actions/render/action.yml @@ -30,7 +30,7 @@ runs: run: | curl -sL https://github.com/dita-ot/org.dita-ot.html/archive/refs/heads/${{ inputs.WEBSITE_PLUGIN_BRANCH }}.zip -o org.dita-ot.html.zip - name: Cache stable DITA-OT - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: dita-ot-${{ inputs.DITA_OT_VERSION }} key: ${{ runner.os }}-dita-ot-${{ inputs.DITA_OT_VERSION }}