Skip to content

Commit

Permalink
Bump Matter-Tech/matter-library-actions from 1 to 2 (#25)
Browse files Browse the repository at this point in the history
Bumps [Matter-Tech/matter-library-actions](https://github.com/matter-tech/matter-library-actions) from 1 to 2.
- [Release notes](https://github.com/matter-tech/matter-library-actions/releases)
- [Commits](Matter-Tech/matter-library-actions@v1...v2)

---
updated-dependencies:
- dependency-name: Matter-Tech/matter-library-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 24, 2024
1 parent 3283054 commit f788ee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on: push
jobs:
code-lint:
name: Code Lint
uses: Matter-Tech/matter-library-actions/.github/workflows/lint.yaml@v1
uses: Matter-Tech/matter-library-actions/.github/workflows/lint.yaml@v2
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
release-version:
name: Release new version
uses: Matter-Tech/matter-library-actions/.github/workflows/release.yaml@v1
uses: Matter-Tech/matter-library-actions/.github/workflows/release.yaml@v2
with:
release-type: ${{github.event.inputs.release-type}}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on: push
jobs:
run-test:
name: Run tests
uses: Matter-Tech/matter-library-actions/.github/workflows/run-tests.yaml@v1
uses: Matter-Tech/matter-library-actions/.github/workflows/run-tests.yaml@v2

0 comments on commit f788ee8

Please sign in to comment.