diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 9b3a976b..c1bac6e7 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -33,7 +33,7 @@ jobs: id: composer-cache run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache PHP dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: actions-cache with: path: ${{ steps.composer-cache.outputs.dir }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c2a2a7f..d21ca58b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache PHP dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: actions-cache with: path: ${{ steps.composer-cache.outputs.dir }}