From d49b8a0abf1a914a90da78780b4b3f4390f4490d Mon Sep 17 00:00:00 2001 From: jooaf Date: Sat, 25 Oct 2025 14:00:51 -0600 Subject: [PATCH 1/4] Fix: Update old cross version in ci/cd --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15ce9f0..7c845c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,11 +91,12 @@ jobs: override: true target: ${{ matrix.target }} - - name: Install cross - run: cargo install cross - - name: Build - run: cross build --release --target ${{ matrix.target }} + uses: actions-rs/cargo@v1 + with: + use-cross: true + command: build + args: --release --target ${{ matrix.target }} - name: Package run: | From e76ad66d2b1851525d535fc5f60e796b694a17f2 Mon Sep 17 00:00:00 2001 From: jooaf Date: Sat, 25 Oct 2025 14:54:56 -0600 Subject: [PATCH 2/4] updating version --- .github/workflows/changelog-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog-ci.yml b/.github/workflows/changelog-ci.yml index b802e92..9ee1ac4 100644 --- a/.github/workflows/changelog-ci.yml +++ b/.github/workflows/changelog-ci.yml @@ -7,10 +7,15 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run Changelog CI - uses: saadmk11/changelog-ci@v1.1.2 + uses: saadmk11/changelog-ci@v1.2.1 with: config_file: .github/changelog-ci-config.yaml env: From 0abf281e0a4e74945b5fb9fc974ab06590a3b04d Mon Sep 17 00:00:00 2001 From: jooaf Date: Sat, 25 Oct 2025 14:57:08 -0600 Subject: [PATCH 3/4] changing version --- .github/workflows/changelog-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-ci.yml b/.github/workflows/changelog-ci.yml index 9ee1ac4..b10dedd 100644 --- a/.github/workflows/changelog-ci.yml +++ b/.github/workflows/changelog-ci.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Run Changelog CI - uses: saadmk11/changelog-ci@v1.2.1 + uses: saadmk11/changelog-ci@v1.2.0 with: config_file: .github/changelog-ci-config.yaml env: From baf89b4868b4e1a274bca6d896699d237f19227e Mon Sep 17 00:00:00 2001 From: jooaf Date: Sat, 25 Oct 2025 15:05:02 -0600 Subject: [PATCH 4/4] once again --- .github/workflows/changelog-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/changelog-ci.yml b/.github/workflows/changelog-ci.yml index b10dedd..c6f2048 100644 --- a/.github/workflows/changelog-ci.yml +++ b/.github/workflows/changelog-ci.yml @@ -12,8 +12,6 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Run Changelog CI uses: saadmk11/changelog-ci@v1.2.0 with: