From 224f9ddef5b5701dda90258aa62a396d79ccae55 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 10 Jan 2023 14:19:28 +0100 Subject: [PATCH] doc: fix otudated github action version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96fb4651..ebf667cd 100644 --- a/README.md +++ b/README.md @@ -736,7 +736,7 @@ If your project uses composer, you can persist the composer's internal cache dir run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}