build(deps): bump actions/cache from 3 to 4#196
Merged
johannaSommer merged 1 commit intomainfrom Jun 10, 2025
Merged
Conversation
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
johannaSommer
approved these changes
Jun 10, 2025
johnrachwan123
added a commit
that referenced
this pull request
Jun 18, 2025
* feat: attempt to swtich pruna from poetry to uv * fix: uv installation * refactor: remove requirements.txt * format the pyproject.toml properly + point to the license file * change linting file to use uv * use latest version of checkout * use latest version of setup-python * change documentation file to use uv * use latest version of setup-python * change external_tests file to use uv * change internal_tests file to use uv + prefix previous command to use uv * change installation file to use uv * change package_buil;d file to use uv + add retention policy there * tests: update package build to uv * remove poetry from gitignore * format the pyproject.toml properly + point to the license file * change package_buil;d file to use uv + add retention policy there * reduce the diff * add alaki file (random file); hopefully to triggers most of the workflows * Delete src/pruna/alaki.py * build: bump actions/setup-python from 3 to 5 (#193) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build: bump abatilo/actions-poetry from 2 to 4 (#195) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 4. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v2...v4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build: bump actions/cache from 3 to 4 (#196) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build: bump actions/checkout from 3 to 4 (#194) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update pyproject.toml * build: update ctranslate2 requirement from ==4.5.0 to ==4.6.0 (#199) Updates the requirements on [ctranslate2](https://github.com/OpenNMT/CTranslate2) to permit the latest version. - [Release notes](https://github.com/OpenNMT/CTranslate2/releases) - [Changelog](https://github.com/OpenNMT/CTranslate2/blob/master/CHANGELOG.md) - [Commits](OpenNMT/CTranslate2@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: ctranslate2 dependency-version: 4.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * this is gone on main * enable caching in order to expedite the installtion time * just a test * Remove commented-out step for deleting .so files from linting workflow --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: johnrachwan123 <johnrachwan@gmail.com> Co-authored-by: David Berenstein <david.m.berenstein@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
johnrachwan123
added a commit
that referenced
this pull request
Jun 23, 2025
* feat: attempt to swtich pruna from poetry to uv * fix: uv installation * refactor: remove requirements.txt * tests: update package build to uv * docs: update the how to contribute docs * docs: expand how to contribute * fix: ctranslate2 and ws2t versions * feat: switch pruna from poetry to uv (#165) * feat: attempt to swtich pruna from poetry to uv * fix: uv installation * refactor: remove requirements.txt * format the pyproject.toml properly + point to the license file * change linting file to use uv * use latest version of checkout * use latest version of setup-python * change documentation file to use uv * use latest version of setup-python * change external_tests file to use uv * change internal_tests file to use uv + prefix previous command to use uv * change installation file to use uv * change package_buil;d file to use uv + add retention policy there * tests: update package build to uv * remove poetry from gitignore * format the pyproject.toml properly + point to the license file * change package_buil;d file to use uv + add retention policy there * reduce the diff * add alaki file (random file); hopefully to triggers most of the workflows * Delete src/pruna/alaki.py * build: bump actions/setup-python from 3 to 5 (#193) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build: bump abatilo/actions-poetry from 2 to 4 (#195) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 4. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v2...v4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build: bump actions/cache from 3 to 4 (#196) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build: bump actions/checkout from 3 to 4 (#194) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update pyproject.toml * build: update ctranslate2 requirement from ==4.5.0 to ==4.6.0 (#199) Updates the requirements on [ctranslate2](https://github.com/OpenNMT/CTranslate2) to permit the latest version. - [Release notes](https://github.com/OpenNMT/CTranslate2/releases) - [Changelog](https://github.com/OpenNMT/CTranslate2/blob/master/CHANGELOG.md) - [Commits](OpenNMT/CTranslate2@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: ctranslate2 dependency-version: 4.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * this is gone on main * enable caching in order to expedite the installtion time * just a test * Remove commented-out step for deleting .so files from linting workflow --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: johnrachwan123 <johnrachwan@gmail.com> Co-authored-by: David Berenstein <david.m.berenstein@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: pin hqq version * fix: handle pr comments * fix: typo in installation.yaml * fix: typos in yaml files * fix: use uv add * fix: add --system to pip install * fix: add uv venv * fix: keep one extra index in toml file * fix: attempt to make pruna pypi server secondary * fix: add uv venv to documentation.yaml * fix: attempt to fix problematic gptqmodel dependency * fix: remove cache for sanity check * fix: remove duplicate line * fix: remove extra index * fix: use_cache=True * fix: remove uv from doc build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: David Berenstein <david.m.berenstein@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/cache from 3 to 4.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
5a3ec84Merge pull request #1577 from salmanmkc/salmanmkc/4-test7de2102Update releases.md76d40ddUpdate to use the latest version of the cache package to obfuscate the SAS76dd5ebupdate cache with main8c80c27new package45cfd0eupdatesedd449bupdated cache with latest changes0576707latest test before pr3105dc9update9450d42maskDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)