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: