From 6d0fee37b5f63e7b31603e98ab8842f06e5bd118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:00:13 +0000 Subject: [PATCH] chore: bump monicahq/workflows/.github/workflows/library.yml from 2 to 4 Bumps [monicahq/workflows/.github/workflows/library.yml](https://github.com/monicahq/workflows) from 2 to 4. - [Release notes](https://github.com/monicahq/workflows/releases) - [Changelog](https://github.com/monicahq/workflows/blob/main/.releaserc) - [Commits](https://github.com/monicahq/workflows/compare/v2...v4) --- updated-dependencies: - dependency-name: monicahq/workflows/.github/workflows/library.yml dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c3fa98..b9b4d8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ permissions: jobs: tests: name: Run tests - uses: monicahq/workflows/.github/workflows/library.yml@v2 + uses: monicahq/workflows/.github/workflows/library.yml@v4 with: php-versions: "['8.2', '8.3', '8.4']" laravel-versions: "['^11.0', '^12.0']"