From 5f377482055e2afcb7db52f0c437388d1eca69cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 00:23:00 +0000 Subject: [PATCH] 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), [actions/checkout](https://github.com/actions/checkout), [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) and [actions/deploy-pages](https://github.com/actions/deploy-pages). 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) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- 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 - dependency-name: actions/deploy-pages dependency-version: '5' 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 | 6 +++--- .github/workflows/test.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 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..b868b0a 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 @@ -103,4 +103,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 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