From af14f2cab0497d3c2d4b171811d78aaa0c8ad2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:13:07 +0000 Subject: [PATCH 1/2] Bump the github-actions-deps group across 1 directory with 3 updates Bumps the github-actions-deps group with 3 updates in the / directory: [actions/github-script](https://github.com/actions/github-script), [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `dependabot/fetch-metadata` from 2 to 3 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2...v3) Updates `softprops/action-gh-release` from 2 to 3 - [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...v3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: dependabot/fetch-metadata dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-reviewer.yml | 4 ++-- .github/workflows/check-version-bump.yml | 2 +- .github/workflows/rust.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-reviewer.yml b/.github/workflows/auto-reviewer.yml index ad4e604..af2adab 100644 --- a/.github/workflows/auto-reviewer.yml +++ b/.github/workflows/auto-reviewer.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Add reviewers for Github Actions dependencies if: contains(github.event.pull_request.labels.*.name, 'github_actions') - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.pulls.requestReviewers({ @@ -26,7 +26,7 @@ jobs: - name: Add reviewers for Rust dependencies if: contains(github.event.pull_request.labels.*.name, 'rust') - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.pulls.requestReviewers({ diff --git a/.github/workflows/check-version-bump.yml b/.github/workflows/check-version-bump.yml index 93e912c..b550bf5 100644 --- a/.github/workflows/check-version-bump.yml +++ b/.github/workflows/check-version-bump.yml @@ -39,7 +39,7 @@ jobs: - name: Fetch Dependabot metadata id: dependabot-metadata if: steps.version-check.outcome == 'failure' - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 088e0ce..3e6c6d1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -73,7 +73,7 @@ jobs: mv "${{github.workspace}}/install/bin/hp" "${{github.workspace}}/install/bin/historyprovider-${{ steps.get-version.outputs.version }}" - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: historyprovider ${{ steps.get-version.outputs.version }} tag_name: ${{ steps.get-version.outputs.version }} From 4ddcbf0c49081f113d7c898f06b0191ef1e43eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Mon, 13 Apr 2026 08:14:04 +0200 Subject: [PATCH 2/2] [dependabot-skip] Bump version This commit was created from the local commit with hash 3c444679db8384065633176facd8d0d456b301af. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeac380..684753f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -846,7 +846,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "historyprovider" -version = "2.8.1" +version = "2.8.2" dependencies = [ "async-broadcast", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index ff06679..43676bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "historyprovider" description = "historyprovider-rs" license = "MIT" repository = "https://github.com/silicon-heaven/historyprovider-rs" -version = "2.8.1" +version = "2.8.2" edition = "2024" [[bin]]