diff --git a/.github/workflows/netlicensing-php-demo.yml b/.github/workflows/netlicensing-php-demo.yml index c148956..f13f581 100644 --- a/.github/workflows/netlicensing-php-demo.yml +++ b/.github/workflows/netlicensing-php-demo.yml @@ -23,7 +23,7 @@ jobs: php-version: ['8.2', '8.3', '8.4'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup PHP ${{ matrix.php-version }} uses: shivammathur/setup-php@v2