chore(deps): bump monicahq/workflows from 2 to 4

Bumps [monicahq/workflows](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
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-06 02:01:02 +00:00
committed by GitHub
parent e08e917341
commit 5ef656f601
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ concurrency:
jobs:
php:
name: Lint PHP files
uses: monicahq/workflows/.github/workflows/lint_php.yml@v2
uses: monicahq/workflows/.github/workflows/lint_php.yml@v4
vue:
name: Lint Vue files
uses: monicahq/workflows/.github/workflows/lint_vue.yml@v2
uses: monicahq/workflows/.github/workflows/lint_vue.yml@v4
with:
node-version: 22
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
####################
semantic:
if: github.event_name != 'pull_request'
uses: monicahq/workflows/.github/workflows/release.yml@v2
uses: monicahq/workflows/.github/workflows/release.yml@v4
with:
semantic_version: 23
secrets:
+1 -1
View File
@@ -11,7 +11,7 @@ concurrency:
jobs:
statics:
name: Static analysis
uses: monicahq/workflows/.github/workflows/static.yml@v2
uses: monicahq/workflows/.github/workflows/static.yml@v4
with:
php-version: 8.3
with: phpstan
+2 -2
View File
@@ -21,7 +21,7 @@ permissions:
jobs:
tests:
name: Run tests
uses: monicahq/workflows/.github/workflows/laravel.yml@v2
uses: monicahq/workflows/.github/workflows/laravel.yml@v4
with:
php-versions: "['8.3', '8.4']"
connections: "['sqlite', 'mysql', 'pgsql']"
@@ -33,6 +33,6 @@ jobs:
assets:
name: Build assets
uses: monicahq/workflows/.github/workflows/build_assets.yml@v2
uses: monicahq/workflows/.github/workflows/build_assets.yml@v4
with:
node-version: 22