From faa0bf0eb62f0a33c6261325d3dc82ff55da426b Mon Sep 17 00:00:00 2001 From: Dovid Levine Date: Thu, 21 Sep 2023 05:49:07 +0000 Subject: [PATCH] ci: use actions/cache:v3 --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 80118f8..4cfa905 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: $HOME/.composer/cache key: '${{ runner.os }}-${{ hashFiles(''TODO'') }}'