From 77a72e17afd310200020ff46b2e1ffdf5434a0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:32:54 +0000 Subject: [PATCH] Bump actions/cache from 1 to 4 (#44) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e415af22..e514c025c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: unzip redaxo_main.zip -d . - name: phpdoc cache - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: .phpdoc key: branch-${{ github.ref }}