From 550f145a5e52cdfdaf612b97bf5154f1449dc975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:23:42 +0000 Subject: [PATCH] deps: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/netlicensing-php-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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