diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 230c7f3..927c692 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -31,7 +31,7 @@ jobs: tools: composer:v2, cs2pr - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v3" with: path: | ~/.composer/cache diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 59cf435..25eeaad 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -34,7 +34,7 @@ jobs: tools: composer:v2, cs2pr - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v3" with: path: | ~/.composer/cache diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index df42e9c..ef2f266 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -36,7 +36,7 @@ jobs: tools: composer:v2, cs2pr - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v3" with: path: | ~/.composer/cache diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 8356e72..a789bba 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -32,7 +32,7 @@ jobs: tools: composer:v2, cs2pr - name: "Cache dependencies" - uses: "actions/cache@v2" + uses: "actions/cache@v3" with: path: | ~/.composer/cache