From 8ebe508b87a7a35637bd47d586a73b908009cc34 Mon Sep 17 00:00:00 2001 From: "autopilot-project-manager[bot]" <253546075+autopilot-project-manager[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:00:08 +0000 Subject: [PATCH 1/6] chore: update CI dependencies in .github/workflows/cli-build.yml --- .github/workflows/cli-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-build.yml b/.github/workflows/cli-build.yml index c76def3..c2eb632 100644 --- a/.github/workflows/cli-build.yml +++ b/.github/workflows/cli-build.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: maxim-lobanov/setup-xcode@v1 with: @@ -81,7 +81,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Swift Static Linux SDK run: | From 3bbaa646870d74e9e393bbdb8601c8f1c6de50d8 Mon Sep 17 00:00:00 2001 From: "autopilot-project-manager[bot]" <253546075+autopilot-project-manager[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:00:09 +0000 Subject: [PATCH 2/6] chore: update CI dependencies in .github/workflows/cli-ci.yml --- .github/workflows/cli-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-ci.yml b/.github/workflows/cli-ci.yml index 1eecf89..a648169 100644 --- a/.github/workflows/cli-ci.yml +++ b/.github/workflows/cli-ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Bun run: | From 8bc6a06cbb4ff822e626d139be29db5d324d88b8 Mon Sep 17 00:00:00 2001 From: "autopilot-project-manager[bot]" <253546075+autopilot-project-manager[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:00:09 +0000 Subject: [PATCH 3/6] chore: update CI dependencies in .github/workflows/create-release.yaml --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index fcbfa7d..877595f 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -9,7 +9,7 @@ jobs: if: ${{ (github.event.pusher.name != 'github action') && (github.ref == 'refs/heads/main') }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Semantic Release uses: cycjimmy/semantic-release-action@v6 env: From 9555bd0f1c4c7be5978bfc0921ba9eda321ee9a1 Mon Sep 17 00:00:00 2001 From: "autopilot-project-manager[bot]" <253546075+autopilot-project-manager[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:00:10 +0000 Subject: [PATCH 4/6] chore: update CI dependencies in .github/workflows/e2e.yml --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6b2910a..60ef3e0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -12,7 +12,7 @@ jobs: working-directory: ./admin steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: oven-sh/setup-bun@v2 with: From d7c4dce91286ba0a6ddd2366a489a2de2477533b Mon Sep 17 00:00:00 2001 From: "autopilot-project-manager[bot]" <253546075+autopilot-project-manager[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:00:11 +0000 Subject: [PATCH 5/6] chore: update CI dependencies in .github/workflows/ios-setup.yml --- .github/workflows/ios-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios-setup.yml b/.github/workflows/ios-setup.yml index a60ae99..2496e93 100644 --- a/.github/workflows/ios-setup.yml +++ b/.github/workflows/ios-setup.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: oven-sh/setup-bun@v2 with: From 07bcd20c70ff85b28837c0e1ac907740c6cf6794 Mon Sep 17 00:00:00 2001 From: "autopilot-project-manager[bot]" <253546075+autopilot-project-manager[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:00:12 +0000 Subject: [PATCH 6/6] chore: update CI dependencies in .github/workflows/macos-release.yml --- .github/workflows/macos-release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index e7ac327..b920a61 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: oven-sh/setup-bun@v2 with: @@ -77,7 +77,7 @@ jobs: run: ./scripts/ios-update-openapi.sh - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.x" @@ -91,7 +91,7 @@ jobs: python3 -m pip install markdown - name: Import code signing certificate - uses: apple-actions/import-codesign-certs@v6 + uses: apple-actions/import-codesign-certs@v7 with: p12-file-base64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} p12-password: ${{ secrets.P12_PASSWORD }} @@ -221,13 +221,13 @@ jobs: printf '%s\n' 'storageapp.rxlab.app' > pages/CNAME - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: pages - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5