From 8a1e3b35e0841b668f7d1234b5908f20f69a251b Mon Sep 17 00:00:00 2001 From: codepuncher Date: Thu, 8 Feb 2024 10:02:42 +0000 Subject: [PATCH] bump `actions/cache` to v4 --- .github/workflows/ci-mu-plugin.yml | 2 +- .github/workflows/ci-theme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-mu-plugin.yml b/.github/workflows/ci-mu-plugin.yml index 3e8ef48..a0293bc 100644 --- a/.github/workflows/ci-mu-plugin.yml +++ b/.github/workflows/ci-mu-plugin.yml @@ -32,7 +32,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> "${GITHUB_OUTPUT}" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} # yamllint disable-line rule:line-length diff --git a/.github/workflows/ci-theme.yml b/.github/workflows/ci-theme.yml index d713ca9..c41fa12 100644 --- a/.github/workflows/ci-theme.yml +++ b/.github/workflows/ci-theme.yml @@ -102,7 +102,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> "${GITHUB_OUTPUT}" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} # yamllint disable-line rule:line-length