Skip to content

Commit

Permalink
chore(deps): bump monicahq/workflows from 1 to 2 (#506)
Browse files Browse the repository at this point in the history
* chore(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 a576206 commit 2e53e71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ concurrency:
group: Build ${{ github.ref }}
cancel-in-progress: true

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', 'pgsql']"
Expand Down
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 @@ -11,6 +11,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

0 comments on commit 2e53e71

Please sign in to comment.