From 711b89868a8312b6700f32fb427e9c4821e67e49 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:41:22 +0000 Subject: [PATCH 1/3] =?UTF-8?q?ci(github-action):=20update=20action=20soft?= =?UTF-8?q?props/action-gh-release=20(b430933=20=E2=86=92=20718ea10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1dea13..2f2b1eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-linux.zip @@ -199,7 +199,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-windows.zip @@ -262,7 +262,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-macos.zip From c30880bdb00a0c6392e22ac0ac214f1b596e1178 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:41:30 +0000 Subject: [PATCH 2/3] =?UTF-8?q?ci(github-action):=20update=20action=20miso?= =?UTF-8?q?space/pr-reviewer-action=20(v2.0.0=20=E2=86=92=20v2.0.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ai-pr-review.yaml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ai-pr-review.yaml b/.github/workflows/ai-pr-review.yaml index 604586a..984d0c5 100644 --- a/.github/workflows/ai-pr-review.yaml +++ b/.github/workflows/ai-pr-review.yaml @@ -39,7 +39,7 @@ jobs: - name: Review PR with reusable AI reviewer if: github.event_name == 'pull_request' id: review - uses: misospace/pr-reviewer-action@7e25f7d0d8651e936f3158477b0a364f27ed7383 # v2.0.0 + uses: misospace/pr-reviewer-action@75d38fbc0a6098eb253a9c8a2c28ad1c20f268fb # v2.0.1 with: github_token: ${{ steps.app-token.outputs.token }} ai_primary_retries: "3" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f2b1eb..d1dea13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-linux.zip @@ -199,7 +199,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-windows.zip @@ -262,7 +262,7 @@ jobs: PY - name: Upload release asset - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: ${{ env.RELEASE_TAG }} files: build/windowstead-macos.zip From 1221a394eb5d4f132214b27f476e567c062a12c2 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:40:56 +0000 Subject: [PATCH 3/3] =?UTF-8?q?feat(deps):=20update=20dependency=20aqua:ca?= =?UTF-8?q?sey/just=20(1.53.0=20=E2=86=92=201.54.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ai-pr-review.yaml | 2 +- .mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ai-pr-review.yaml b/.github/workflows/ai-pr-review.yaml index 984d0c5..604586a 100644 --- a/.github/workflows/ai-pr-review.yaml +++ b/.github/workflows/ai-pr-review.yaml @@ -39,7 +39,7 @@ jobs: - name: Review PR with reusable AI reviewer if: github.event_name == 'pull_request' id: review - uses: misospace/pr-reviewer-action@75d38fbc0a6098eb253a9c8a2c28ad1c20f268fb # v2.0.1 + uses: misospace/pr-reviewer-action@7e25f7d0d8651e936f3158477b0a364f27ed7383 # v2.0.0 with: github_token: ${{ steps.app-token.outputs.token }} ai_primary_retries: "3" diff --git a/.mise.toml b/.mise.toml index 525e94c..057032a 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,2 +1,2 @@ [tools] -"aqua:casey/just" = "1.53.0" +"aqua:casey/just" = "1.54.0"