Skip to content

Commit

Permalink
chore(deps): bump monicahq/workflows from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [monicahq/workflows](https://github.com/monicahq/workflows) from 1 to 2.
- [Release notes](https://github.com/monicahq/workflows/releases)
- [Changelog](https://github.com/monicahq/workflows/blob/main/.releaserc)
- [Commits](monicahq/workflows@v1...v2)

---
updated-dependencies:
- dependency-name: monicahq/workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent a6bf781 commit 54be1be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ concurrency:
jobs:
php:
name: Lint PHP files
uses: monicahq/workflows/.github/workflows/lint_php.yml@v1
uses: monicahq/workflows/.github/workflows/lint_php.yml@v2

vue:
name: Lint Vue files
uses: monicahq/workflows/.github/workflows/lint_vue.yml@v1
uses: monicahq/workflows/.github/workflows/lint_vue.yml@v2
with:
node-version: 18
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
####################
semantic:
if: github.event_name != 'pull_request'
uses: monicahq/workflows/.github/workflows/release.yml@v1
uses: monicahq/workflows/.github/workflows/release.yml@v2
with:
semantic_version: 19
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ concurrency:
jobs:
statics:
name: Static analysis
uses: monicahq/workflows/.github/workflows/static.yml@v1
uses: monicahq/workflows/.github/workflows/static.yml@v2
with:
php-version: 8.2
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
tests:
name: Run tests
uses: monicahq/workflows/.github/workflows/laravel.yml@v1
uses: monicahq/workflows/.github/workflows/laravel.yml@v2
with:
php-versions: "['8.2']"
connections: "['sqlite', 'mysql', 'pgsql']"
Expand All @@ -28,6 +28,6 @@ jobs:

assets:
name: Build assets
uses: monicahq/workflows/.github/workflows/build_assets.yml@v1
uses: monicahq/workflows/.github/workflows/build_assets.yml@v2
with:
node-version: 18

0 comments on commit 54be1be

Please sign in to comment.