From e64461e1f2a16393a7148649b0304e004e44d820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:25:05 +0100 Subject: [PATCH 1/2] deps: bump actions/checkout from 5 to 6 (#12) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2c386af..5c9ac2c 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@v5 + - uses: actions/checkout@v6 - name: Setup PHP ${{ matrix.php-version }} uses: shivammathur/setup-php@v2 From 5d429884bd588178667b8a87fcb6179da8910cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:12:48 +0100 Subject: [PATCH 2/2] deps: bump actions/cache from 4 to 5 (#13) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 5c9ac2c..c148956 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@v4 + uses: actions/cache@v5 with: path: vendor key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}