Skip to content

Commit

Permalink
Dependabot:(deps): Bump JoshuaTheMiller/conditional-build-matrix (#291)
Browse files Browse the repository at this point in the history
Bumps [JoshuaTheMiller/conditional-build-matrix](https://github.com/JoshuaTheMiller/conditional-build-matrix) from 0.1.0 to 1.0.1.
- [Release notes](https://github.com/JoshuaTheMiller/conditional-build-matrix/releases)
- [Commits](JoshuaTheMiller/conditional-build-matrix@0.1.0...v1.0.1)

---
updated-dependencies:
- dependency-name: JoshuaTheMiller/conditional-build-matrix
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent e42f354 commit 89ba460
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3

- id: set-matrix
uses: JoshuaTheMiller/[email protected].0
uses: JoshuaTheMiller/conditional-build-matrix@v1.0.1
with:
filter: '[]'
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3

- id: set-matrix
uses: JoshuaTheMiller/[email protected].0
uses: JoshuaTheMiller/conditional-build-matrix@v1.0.1
with:
filter: '[?scope==`test-uploadReport`]'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc_publishSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- id: set-matrix
uses: JoshuaTheMiller/[email protected].0
uses: JoshuaTheMiller/conditional-build-matrix@v1.0.1
with:
filter: '[?scope==`test-uploadReport`]'
# TESTING, COVERAGE & DOCUMENTATION
Expand Down

0 comments on commit 89ba460

Please sign in to comment.