From 585cf9c95b1e19d78f1750667e8c70084e0d37a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:03:05 +0000 Subject: [PATCH] chore(deps): update nixysoftware/.github action to v0.5.2 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d13c5..535cf18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ permissions: jobs: commits: name: Commits - uses: NixySoftware/.github/.github/workflows/commits.yml@d2eab9162b8786a1cccdc33b4725f3045e119927 # v0.5.1 + uses: NixySoftware/.github/.github/workflows/commits.yml@d26fdb162526ba039af761c21650d24e52fd6ead # v0.5.2 typescript: name: TypeScript - uses: NixySoftware/.github/.github/workflows/typescript.yml@d2eab9162b8786a1cccdc33b4725f3045e119927 # v0.5.1 + uses: NixySoftware/.github/.github/workflows/typescript.yml@d26fdb162526ba039af761c21650d24e52fd6ead # v0.5.2 with: enable-test: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 00c37c1..0fa0b83 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ permissions: jobs: publish: name: Publish - uses: NixySoftware/.github/.github/workflows/publish.yml@d2eab9162b8786a1cccdc33b4725f3045e119927 # v0.5.1 + uses: NixySoftware/.github/.github/workflows/publish.yml@d26fdb162526ba039af761c21650d24e52fd6ead # v0.5.2 with: enable-rust: false enable-typescript: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 13bf856..eb35488 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,4 +10,4 @@ permissions: jobs: pull-request: name: Pull Request - uses: NixySoftware/.github/.github/workflows/pull-request.yml@d2eab9162b8786a1cccdc33b4725f3045e119927 # v0.5.1 + uses: NixySoftware/.github/.github/workflows/pull-request.yml@d26fdb162526ba039af761c21650d24e52fd6ead # v0.5.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40115b6..3b44275 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ permissions: jobs: release: name: Release - uses: NixySoftware/.github/.github/workflows/release.yml@d2eab9162b8786a1cccdc33b4725f3045e119927 # v0.5.1 + uses: NixySoftware/.github/.github/workflows/release.yml@d26fdb162526ba039af761c21650d24e52fd6ead # v0.5.2 with: bump: ${{ inputs.bump }} bump-rust: false