From 7cb83e356315b06ffc598d6bc865f58c1a7cbcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:19:27 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the / directory: [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action), [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/checkout](https://github.com/actions/checkout). Updates `mislav/bump-homebrew-formula-action` from 3 to 4 - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v3...v4) Updates `mozilla-actions/sccache-action` from 0.0.8 to 0.0.9 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.8...v0.0.9) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/homebrew.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 1acdf4c..1b1d616 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -9,7 +9,7 @@ jobs: name: Bump Homebrew formula runs-on: ubuntu-latest steps: - - uses: mislav/bump-homebrew-formula-action@v3 + - uses: mislav/bump-homebrew-formula-action@v4 with: formula-name: git-workspace env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c84488d..330be07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: release_profile: "release" steps: - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Set workspace var shell: bash @@ -60,7 +60,7 @@ jobs: fi - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: @@ -104,7 +104,7 @@ jobs: fi cd - - name: Archive binaries - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: startsWith(github.ref, 'refs/tags/') || inputs.publish-tag with: name: build-${{ matrix.name }} @@ -119,12 +119,12 @@ jobs: RUSTC_WRAPPER: "sccache" steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ inputs.publish-tag || null }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: