From a27b76ee807d1bc4c99f4970a7887a9bc2c815ce Mon Sep 17 00:00:00 2001 From: stanislav Date: Thu, 30 Apr 2026 20:32:10 +0300 Subject: [PATCH] Fix README & CI dependency bumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix broken registry URL in README - Bump patch version 0.1.0 → 0.1.1 - Bump actions/checkout from 4 to 6 --- .github/workflows/CompatHelper.yml | 2 +- .github/workflows/Coverage.yml | 2 +- .github/workflows/DocPreviewCleanup.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/Registry.yml | 2 +- Project.toml | 2 +- README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 61ae398..cb8804e 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -12,7 +12,7 @@ jobs: actions: write contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/Coverage.yml b/.github/workflows/Coverage.yml index 9676fc4..fe10ade 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -31,7 +31,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/DocPreviewCleanup.yml b/.github/workflows/DocPreviewCleanup.yml index f8a1e52..807b2d3 100644 --- a/.github/workflows/DocPreviewCleanup.yml +++ b/.github/workflows/DocPreviewCleanup.yml @@ -16,7 +16,7 @@ jobs: contents: write steps: - name: Checkout gh-pages branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages - name: Delete preview and history + push changes diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 13fbf24..a94c4ee 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -15,7 +15,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/Registry.yml b/.github/workflows/Registry.yml index 1ae0607..5549600 100644 --- a/.github/workflows/Registry.yml +++ b/.github/workflows/Registry.yml @@ -14,7 +14,7 @@ jobs: actions: write contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: julia-actions/add-julia-registry@v2 with: key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/Project.toml b/Project.toml index 4bc8d7e..71e2ac8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LibTDJSON" uuid = "87e4e5f2-490d-427d-a2c1-b52f3fd3e296" -version = "0.1.0" +version = "0.1.1" [deps] TDLib_jll = "6cfef11d-eb86-5696-bb50-1df673c3ffa1" diff --git a/README.md b/README.md index bdc2165..a89c665 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Wrapper for TDLib’s C JSON [interface](https://core.telegram.org/tdlib/docs/td If you haven't installed our [local registry](https://github.com/bhftbootcamp/Green) yet, do that first: ``` -] registry add https://github.com//Green.git +] registry add https://github.com/bhftbootcamp/Green.git ``` To install LibTDJSON, simply use the Julia package manager: