From 1159e7af67fe16f90c766c3f213d6b95f12aebcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:22:52 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action), [actions/checkout](https://github.com/actions/checkout) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). 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 `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) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4) --- 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: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-pages-artifact dependency-version: '4' 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/pages.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 1d1ff79..db5c163 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -13,7 +13,7 @@ jobs: id: extract-version run: | echo "VERSION=${GITHUB_REF#refs/tags/html-query-}" >> "$GITHUB_OUTPUT" - - uses: mislav/bump-homebrew-formula-action@v3 + - uses: mislav/bump-homebrew-formula-action@v4 with: formula-name: hq commit-message: | diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 26b9e85..ab69def 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,7 +21,7 @@ jobs: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Rust WASM target uses: actions-rust-lang/setup-rust-toolchain@v1 @@ -58,7 +58,7 @@ jobs: - name: Upload artifact if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./html-query-web-ui/dist/ retention-days: 1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a877c6..67ab91a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: env: RUST_BACKTRACE: "1" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Rust id: rust uses: actions-rust-lang/setup-rust-toolchain@v1 @@ -72,7 +72,7 @@ jobs: container: image: alpine:latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: apk add libgcc gcc musl-dev bash curl - name: Install Rust @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Rust id: rust