diff --git a/.github/workflows/netlicensing-php-demo.yml b/.github/workflows/netlicensing-php-demo.yml index f13f581..119a881 100644 --- a/.github/workflows/netlicensing-php-demo.yml +++ b/.github/workflows/netlicensing-php-demo.yml @@ -37,7 +37,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}