From 64e3a53ec47216a6ac4b101deaffbd6963d6476a Mon Sep 17 00:00:00 2001 From: davidliu <242400+davidliu@users.noreply.github.com> Date: Mon, 14 Sep 2026 00:26:30 +0000 Subject: [PATCH] chore(pinact): pin/update GitHub Actions --- .github/workflows/changesets.yml | 2 +- .github/workflows/dependency_diff.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 27f1087e..375c1a54 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -46,7 +46,7 @@ jobs: - name: Create Release Pull Request id: changesets - uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 + uses: changesets/action@198f833dd7d863100ea6e28967bc9a9fdefadb0a # v2.1.0 with: title: ${{ steps.getver.outputs.TITLE }} commit: ${{ steps.getver.outputs.TITLE }} diff --git a/.github/workflows/dependency_diff.yml b/.github/workflows/dependency_diff.yml index 25aca939..983f7965 100644 --- a/.github/workflows/dependency_diff.yml +++ b/.github/workflows/dependency_diff.yml @@ -29,7 +29,7 @@ jobs: - id: dependency-diff name: Generate dependency diff - uses: usefulness/dependency-tree-diff-action@a9b2aa1567cc3b9c860c373479a24dc60429bfda # v2.3.0 + uses: usefulness/dependency-tree-diff-action@ff9888adef68e2c4117884a13d36c7fe390b698b # v2.4.0 with: project: 'livekit-android-sdk'