From 5af90d5f050ade33a1b36a6894eda0fce7f1efd4 Mon Sep 17 00:00:00 2001 From: tobias-tengler <45513122+tobias-tengler@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:34:41 +0200 Subject: [PATCH] Update GItHub action versions --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 998734e78c3..de352a786b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -289,7 +289,7 @@ jobs: show-progress: false - name: Validate Client - uses: ChilliCream/nitro-client-validate@v16.0.0-rc.1.14 + uses: ChilliCream/nitro-client-validate@v16.0.0-rc.1.43 with: client-id: ${{ secrets.NITRO_API_CLIENT_ID }} operations-file: src/Nitro/CommandLine/src/ChilliCream.Nitro.Client/persisted/operations.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5845b5f1b8d..c4043b617c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,7 +131,7 @@ jobs: NitroIdentityScopes: ${{ secrets.NITRO_IDENTITY_SCOPES }} - name: 📤 Upload Nitro CLI client operations - uses: ChilliCream/nitro-client-upload@v16.0.0-rc.1.40 + uses: ChilliCream/nitro-client-upload@v16.0.0-rc.1.43 with: tag: ${{ env.GIT_TAG }} operations-file: src/Nitro/CommandLine/src/ChilliCream.Nitro.Client/persisted/operations.json @@ -139,7 +139,7 @@ jobs: api-key: ${{ secrets.NITRO_API_KEY }} - name: 🚀 Publish Nitro CLI client (Dev) - uses: ChilliCream/nitro-client-publish@v16.0.0-rc.1.40 + uses: ChilliCream/nitro-client-publish@v16.0.0-rc.1.43 with: tag: ${{ env.GIT_TAG }} stage: Dev @@ -148,7 +148,7 @@ jobs: force: true - name: 🚀 Publish Nitro CLI client (Prod) - uses: ChilliCream/nitro-client-publish@v16.0.0-rc.1.40 + uses: ChilliCream/nitro-client-publish@v16.0.0-rc.1.43 with: tag: ${{ env.GIT_TAG }} stage: Prod