From 0aca7f8d502e27e122e79232e530ba149e7dde42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:09:15 +0000 Subject: [PATCH 1/3] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `CodSpeedHQ/action` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v3.7.0...v3.8.0) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 923bb16a..f05cc559 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,7 +68,7 @@ jobs: - run: | export UV_PROJECT_ENVIRONMENT="${pythonLocation}" uv sync --extra test --locked - - uses: CodSpeedHQ/action@v3.7.0 + - uses: CodSpeedHQ/action@v3.8.0 with: token: ${{ secrets.CODSPEED_TOKEN }} # allow updating snapshots due to indeterministic benchmarks diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 7ab0ae62..f82a0107 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -153,7 +153,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') || (github.event_name == 'workflow_dispatch') needs: [macos, windows, linux, linux-cross, bump] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: wheels-* merge-multiple: true From a7277906e794b497e7ce89733ea812382af4cd48 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 6 Aug 2025 16:09:31 +0000 Subject: [PATCH 2/3] Add changelog entry for PR #318 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 7df8c05d..2bd90bc3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,7 @@ _This project uses semantic versioning_ ## UNRELEASED +- Bump the actions group across 1 directory with 2 updates [#318](https://github.com/egraphs-good/egglog-python/pull/318) - Support methods like on expressions [#315](https://github.com/egraphs-good/egglog-python/pull/315) - Automatically Create Changelog Entry for PRs [#313](https://github.com/egraphs-good/egglog-python/pull/313) - Upgrade egglog which includes new backend. From 3ed7d8709c0bb773b34c9c7bad729643a7e8b7c5 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Thu, 7 Aug 2025 11:03:30 -0400 Subject: [PATCH 3/3] Remove bump in changelog --- docs/changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 2bd90bc3..5a3bc5d9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,8 +4,7 @@ _This project uses semantic versioning_ ## UNRELEASED -- Bump the actions group across 1 directory with 2 updates [#318](https://github.com/egraphs-good/egglog-python/pull/318) -- Support methods like on expressions [#315](https://github.com/egraphs-good/egglog-python/pull/315) +- Support methods like on expressions [#315](https://github.com/egraphs-good/egglog-python/pull/315) - Automatically Create Changelog Entry for PRs [#313](https://github.com/egraphs-good/egglog-python/pull/313) - Upgrade egglog which includes new backend. - Fixes implementation of the Python Object sort to work with objects with dupliating hashes but the same value.