From aea347b7aed2a6cfcc969a00c41149f5c4c5483b Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 29 Apr 2026 13:29:32 +0000 Subject: [PATCH 1/5] chore: deps(github): bump Action release for actions/setup-node from ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 53b83947a5a98c8d113130e565377fae1a50d02f to 48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e (Pinned from v6.4.0) Made with ❤️️ by updatecli --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 39f8834c..f8880f6f 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - name: Set Node.js 24.x - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: npm From 55019fd9fc2b99270c5308c8d996162a4975da05 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 29 Apr 2026 13:30:35 +0000 Subject: [PATCH 2/5] chore: deps(github): bump Action release for actions/setup-node from ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 53b83947a5a98c8d113130e565377fae1a50d02f to 48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e (Pinned from v6.4.0) Made with ❤️️ by updatecli --- .github/workflows/test.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 410f14fa..0e67e14d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,15 +1,12 @@ --- name: Test - on: merge_group: branches: - main workflow_dispatch: pull_request: - permissions: {} - jobs: # unit tests units: @@ -19,22 +16,17 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - name: Set Node.js 24.x - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 cache: npm - - name: Install Dependencies run: npm ci - - name: Run Lint Test run: npm run lint - - name: Run tests run: npm test - e2e: name: Test Updatecli Github Action runs-on: ubuntu-latest @@ -43,9 +35,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - name: Install Updatecli uses: ./ - - name: Test local action without install-only run: updatecli diff --config testdata/updatecli.d/test.yaml From 7f0abc183ffc0c13b61c489568854ceb67791e4f Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 29 Apr 2026 13:31:53 +0000 Subject: [PATCH 3/5] chore: deps(github): bump Action release for crate-ci/typos from cf5f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 1c29a8ac336af8568821ec41919923b05a83 to 7c572958218557a3272c2d6719629443b5cc26fd (Pinned from v1.45.2) Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 59faf55e..93ce5384 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -1,13 +1,10 @@ name: Spell check with typos - on: push: branches: ["main"] pull_request: branches: ["**"] - permissions: {} - jobs: typos: runs-on: ubuntu-latest @@ -18,8 +15,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - name: Run typos - uses: crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1 + uses: crate-ci/typos@7c572958218557a3272c2d6719629443b5cc26fd # v1.45.2 with: config: _typos.toml From 7d6597925c07ffddc85d269d82e30aa528ffdb4c Mon Sep 17 00:00:00 2001 From: updateclibot Date: Thu, 30 Apr 2026 06:13:46 +0000 Subject: [PATCH 4/5] chore: deps(github): bump Action tag for release-drafter/release-draf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ter from 5de93583980a40bd78603b6dfdcda5b4df377b32 to 563bf132657a13ded0b01fcb723c5a58cdd824e2 (Pinned from v7.2.1) Made with ❤️️ by updatecli --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 44114039..0263efa0 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -13,7 +13,7 @@ jobs: contents: write pull-requests: read steps: - - uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0 + - uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1 with: config-name: release-drafter.yaml env: From 4f6b8acda4d3a791c3a33e6b1f2a9ba64471a8be Mon Sep 17 00:00:00 2001 From: updateclibot Date: Fri, 1 May 2026 06:24:33 +0000 Subject: [PATCH 5/5] chore: deps(github): bump Action tag for crate-ci/typos from 7c572958... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 218557a3272c2d6719629443b5cc26fd to bbaefadf97b0ec5fdc942684b647f1a6ab250274 (Pinned from v1.46.0) Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 93ce5384..8763c79f 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -16,6 +16,6 @@ jobs: with: persist-credentials: false - name: Run typos - uses: crate-ci/typos@7c572958218557a3272c2d6719629443b5cc26fd # v1.45.2 + uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0 with: config: _typos.toml