From 388efd1557f4f5cb1d2c83290b5d3cef05c00e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:14:26 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies-actions group with 6 updates Bumps the all-dependencies-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `6.0.0` | | [houseabsolute/actions-rust-cross](https://github.com/houseabsolute/actions-rust-cross) | `1.0.5` | `1.0.6` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.5.0` | `2.6.1` | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.8.2` | `2.9.1` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5.0.0` | `6.0.0` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4.0.5` | `5.0.0` | Updates `codecov/codecov-action` from 5.5.2 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.5.2...v6.0.0) Updates `houseabsolute/actions-rust-cross` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/houseabsolute/actions-rust-cross/releases) - [Changelog](https://github.com/houseabsolute/actions-rust-cross/blob/v1/Changes.md) - [Commits](https://github.com/houseabsolute/actions-rust-cross/compare/v1.0.5...v1.0.6) Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.5.0...v2.6.1) Updates `Swatinem/rust-cache` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.8.2...v2.9.1) Updates `actions/configure-pages` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5.0.0...v6.0.0) Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4.0.5...v5.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies-actions - dependency-name: houseabsolute/actions-rust-cross dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-actions - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-actions - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-actions - dependency-name: actions/configure-pages dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies-actions - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 12 ++++++------ .github/workflows/mdbook-pr.yml | 2 +- .github/workflows/mdbook.yml | 4 ++-- .github/workflows/pull-request.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 76388e1e..f68f16f0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -33,7 +33,7 @@ jobs: run: cargo test - name: Upload to codecov.io - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 - name: Check for Release id: is-release @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Build binary - uses: houseabsolute/actions-rust-cross@v1.0.5 + uses: houseabsolute/actions-rust-cross@v1.0.6 with: command: "build" target: ${{ matrix.platform.target }} @@ -130,7 +130,7 @@ jobs: - name: Upload Artifact if: matrix.platform.target != 'x86_64-pc-windows-msvc' - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: token: ${{ secrets.GITHUB_TOKEN }} draft: true @@ -143,7 +143,7 @@ jobs: - name: Upload Artifact.exe if: matrix.platform.target == 'x86_64-pc-windows-msvc' - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: token: ${{ secrets.GITHUB_TOKEN }} draft: true @@ -167,7 +167,7 @@ jobs: ln -s /root/.rustup $HOME/.rustup - name: Handle Rust Dependencies Caching - uses: Swatinem/rust-cache@v2.8.2 + uses: Swatinem/rust-cache@v2.9.1 with: key: v1-linux-musl @@ -180,7 +180,7 @@ jobs: mv target/x86_64-unknown-linux-musl/release/comtrya target/x86_64-unknown-linux-musl/release/comtrya-x86_64-unknown-linux-musl - name: Upload release archive - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: token: ${{ secrets.GITHUB_TOKEN }} draft: true diff --git a/.github/workflows/mdbook-pr.yml b/.github/workflows/mdbook-pr.yml index 6be9fa79..1b34cc98 100644 --- a/.github/workflows/mdbook-pr.yml +++ b/.github/workflows/mdbook-pr.yml @@ -39,6 +39,6 @@ jobs: cargo install --version ${MDBOOK_VERSION} mdbook - name: Setup Pages id: pages - uses: actions/configure-pages@v5.0.0 + uses: actions/configure-pages@v6.0.0 - name: Build with mdBook run: mdbook build ./docs/ diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index f0e06af2..545e6ab3 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -40,7 +40,7 @@ jobs: cargo install --version ${MDBOOK_VERSION} mdbook - name: Setup Pages id: pages - uses: actions/configure-pages@v5.0.0 + uses: actions/configure-pages@v6.0.0 - name: Build with mdBook run: mdbook build ./docs/ - name: Upload artifact @@ -59,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4.0.5 + uses: actions/deploy-pages@v5.0.0 diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 7f5f6f3b..c5cf75db 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -32,7 +32,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} clippy_flags: --all-features --all-targets - - uses: codecov/codecov-action@v5.5.2 + - uses: codecov/codecov-action@v6.0.0 test: name: ${{ matrix.job.os }} (${{ matrix.job.target }})