Skip to content

Commit

Permalink
build(deps): bump monicahq/workflows from 1 to 2 (#696)
Browse files Browse the repository at this point in the history
* build(deps): bump monicahq/workflows from 1 to 2

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] <[email protected]>

* Update build.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis Saettler <[email protected]>
  • Loading branch information
dependabot[bot] and asbiin authored Feb 24, 2024
1 parent 77791d6 commit f300dc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ on:
release:
types: [created]

permissions:
contents: read
checks: write
id-token: write

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']"
Expand All @@ -25,6 +29,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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Build
#############
build:
uses: monicahq/workflows/.github/workflows/build_assets.yml@v1
uses: monicahq/workflows/.github/workflows/build_assets.yml@v2
with:
node-version: 18
store: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:
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

0 comments on commit f300dc4

Please sign in to comment.