From 1a6bdee55546b42c50b87a4841b281e7411dd9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:21:28 +0000 Subject: [PATCH] Bump Matter-Tech/matter-library-actions from 1 to 2 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](https://github.com/matter-tech/matter-library-actions/compare/1.0.0...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] --- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d7b714f..d3634d6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8b6bb41..2568bbe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: