Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 3949662 commit 0763d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ on:

jobs:
cs:
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v1
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v2
with:
php_versions: '["7.4", "8.0", "8.1", "8.2"]'

stan:
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v1
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v2
with:
php_versions: '["7.4", "8.0", "8.1", "8.2"]'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release-job:
uses: bedita/github-workflows/.github/workflows/release.yml@v1
uses: bedita/github-workflows/.github/workflows/release.yml@v2
with:
main_branch: 'master'
dist_branches: '["master"]'

0 comments on commit 0763d5d

Please sign in to comment.