From 8d999eb606e3b3ff1ccb69b9f0269c0e443f98d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 May 2022 01:04:01 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/release.yml | 2 +- .github/workflows/wordpress.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaae65e8..ae2561f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} - name: Cache Composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} diff --git a/.github/workflows/wordpress.yml b/.github/workflows/wordpress.yml index 66564339..8aa2fe22 100644 --- a/.github/workflows/wordpress.yml +++ b/.github/workflows/wordpress.yml @@ -18,7 +18,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} - name: Cache Composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}