google / sentencepiece

Unsupervised text tokenizer for Neural Network-based text generation.
Apache License 2.0
10.08k stars 1.16k forks source link

Bump the github-actions group with 6 updates #996

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps the github-actions group with 6 updates:

Package From To
actions/upload-artifact 3.1.3 4.3.1
actions/checkout 4.1.1 4.1.2
actions/setup-python 4.7.1 5.1.0
svenstaro/upload-release-action 2.7.0 2.9.0
tj-actions/glob 17.3.0 21.0.0
slsa-framework/slsa-github-generator 1.9.0 1.10.0

Updates actions/upload-artifact from 3.1.3 to 4.3.1

Release notes

Sourced from actions/upload-artifact's releases.

v4.3.1

v4.3.0

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.0

v4.2.0

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.2.0

v4.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.1.0

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0

Commits
  • 5d5d22a Merge pull request #515 from actions/eggyhead/update-artifact-v2.1.1
  • f1e993d update artifact license
  • 4881bfd updating dist:
  • a30777e @​eggyhead
  • 3a80482 Merge pull request #511 from actions/robherley/migration-docs-typo
  • 9d63e3f Merge branch 'main' into robherley/migration-docs-typo
  • dfa1ab2 fix typo with v3 artifact downloads in migration guide
  • d00351b Merge pull request #509 from markmssd/patch-1
  • 707f5a7 Update limitation of 10 artifacts upload to 500
  • 26f96df Merge pull request #505 from actions/robherley/merge-artifacts
  • Additional commits viewable in compare view


Updates actions/checkout from 4.1.1 to 4.1.2

Release notes

Sourced from actions/checkout's releases.

v4.1.2

We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

... (truncated)

Commits


Updates actions/setup-python from 4.7.1 to 5.1.0

Release notes

Sourced from actions/setup-python's releases.

v5.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

... (truncated)

Commits
  • 82c7e63 Documentation changes for avoiding rate limit issues on GHES (#835)
  • 10aa35a feat: fallback to raw endpoint for manifest when rate limit is reached (#766)
  • 9a7ac94 Bump undici from 5.27.2 to 5.28.3 (#817)
  • 871daa9 Fix the "Specifying multiple Python/PyPy versions" link (#782)
  • 2f07895 Fix broken README.md link (#793)
  • e9d6f99 Replace setup-python@v4 by setup-python@v5 in README (#776)
  • 0a5c615 Update action to node20 (#772)
  • 0ae5836 Add example of GraalPy to docs (#773)
  • b64ffca update actions/checkout to v4 (#761)
  • 8d28961 Examples now use checkout@v4 (#738)
  • Additional commits viewable in compare view


Updates svenstaro/upload-release-action from 2.7.0 to 2.9.0

Release notes

Sourced from svenstaro/upload-release-action's releases.

2.9.0

2.8.0

  • Bump all deps
  • Update to node 20
Changelog

Sourced from svenstaro/upload-release-action's changelog.

Changelog

[2.9.0] - 2024-02-22

[2.8.0] - 2024-02-21

  • Bump all deps
  • Update to node 20

[2.7.0] - 2023-07-28

[2.6.1] - 2023-05-31

[2.6.0] - 2023-05-23

  • Add make_latest input parameter. Can be set to false to prevent the created release from being marked as the latest release for the repository #100 (thanks @​brandonkelly)
  • Don't try to upload empty files #102 (thanks @​Loyalsoldier)
  • Bump all deps #105
  • overwrite option also overwrites name and body #106 (thanks @​regevbr)
  • Add promote option to allow prereleases to be promoted #74 (thanks @​regevbr)

[2.5.0] - 2023-02-21

[2.4.1] - 2023-02-01

  • Modernize octokit usage

[2.4.0] - 2023-01-09

  • Update to node 16
  • Bump most dependencies

[2.3.0] - 2022-06-05

  • Now defaults repo_token to ${{ github.token }} and tag to ${{ github.ref }} #69 (thanks @​leighmcculloch)

[2.2.1] - 2020-12-16

  • Added support for the GitHub pagination API for repositories with many releases #36 (thanks @​djpohly)

[2.2.0] - 2020-10-07

  • Add support for ceating a new release in a foreign repository #25 (thanks @​kittaakos)
  • Upgrade all deps

[2.1.1] - 2020-09-25

[2.1.0] - 2020-08-10

[2.0.0] - 2020-07-03

  • Add prerelease input parameter. Setting this marks the created release as a pre-release.

... (truncated)

Commits


Updates tj-actions/glob from 17.3.0 to 21.0.0

Release notes

Sourced from tj-actions/glob's releases.

v21.0.0

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Support escaping square brackets used in paths

What's Changed

Full Changelog: https://github.com/tj-actions/glob/compare/v20...v21.0.0

v20

... (truncated)

Changelog

Sourced from tj-actions/glob's changelog.

Changelog

21.0.0 - (2024-02-28)

🚀 Features

  • Add support for escaping brackets used in paths (91d4ecc) - (Tonye Jack)

➕ Add

  • Added missing changes and modified dist assets. (b43e435) - (GitHub Action)
  • Added missing changes and modified dist assets. (6ecb0ed) - (GitHub Action)

🔄 Update

  • Update README.md (2590be5) - (Tonye Jack)
  • Update README.md (be5d77a) - (Tonye Jack)

📝 Other

  • PR #1115: add support for escaping brackets used in paths (2b2eb15) - (repo-ranger[bot])
  • Merge 91d4eccb76cdae7ccaeca9e7e061a7dc62a42e46 into 383119cc90c3de8d8db8c713ecc0ddde86f79017 (2cf77b2) - (Tonye Jack)
  • PR #1105: update github artifact actions to v4 (major) (0ca175a) - (repo-ranger[bot])
  • PR #1099: update dependency @​typescript-eslint/eslint-plugin to v7 (6b9826a) - (repo-ranger[bot])
  • PR #1098: update dependency @​typescript-eslint/parser to v7 (753950c) - (repo-ranger[bot])
  • PR #1090: update tj-actions/verify-changed-files action to v18 (ff2dc6f) - (repo-ranger[bot])
  • PR #1086: update peter-evans/create-pull-request action to v6 (6224e1d) - (repo-ranger[bot])

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/node to v20.11.22 (383119c) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.21 (901f20d) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v6.0.1 (9edb48d) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v7.1.0 (a243ea9) - (renovate[bot])
  • deps: Lock file maintenance (44ff6d2) - (renovate[bot])
  • deps: Update dependency eslint to v8.57.0 (a4ed58b) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.20 (6988b6b) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v7.0.2 (18902e3) - (renovate[bot])
  • deps: Lock file maintenance (6a24c48) - (renovate[bot])
  • deps: Update github artifact actions to v4 (4a0fe31) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v27.9.0 (7f4007c) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.19 (8ea781e) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.18 (e9b567e) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v27.8.0 (86aa8a9) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v7.0.1 (1b92665) - (renovate[bot])
  • deps: Update dependency @​typescript-eslint/eslint-plugin to v7 (8710a4c) - (renovate[bot])
  • deps: Update dependency @​typescript-eslint/parser to v7 (a7e53cd) - (renovate[bot])

... (truncated)

Commits
  • 2b2eb15 Merge pull request #1115 from tj-actions/feat/add-support-for-escaping-bracke...
  • b43e435 Added missing changes and modified dist assets.
  • 2cf77b2 Merge 91d4eccb76cdae7ccaeca9e7e061a7dc62a42e46 into 383119cc90c3de8d8db8c713e...
  • 91d4ecc feat: add support for escaping brackets used in paths
  • 383119c chore(deps): update dependency @​types/node to v20.11.22
  • 901f20d chore(deps): update dependency @​types/node to v20.11.21
  • 9edb48d chore(deps): update peter-evans/create-pull-request action to v6.0.1
  • a243ea9 chore(deps): update typescript-eslint monorepo to v7.1.0
  • 44ff6d2 chore(deps): lock file maintenance
  • a4ed58b chore(deps): update dependency eslint to v8.57.0
  • Additional commits viewable in compare view


Updates slsa-framework/slsa-github-generator from 1.9.0 to 1.10.0

Release notes

Sourced from slsa-framework/slsa-github-generator's releases.

v1.10.0

See the CHANGELOG for details.

v1.9.1

This is an un-finalized release.

See the CHANGELOG for details.

v1.9.1-rc.0

See the CHANGELOG for details.

Changelog

Sourced from slsa-framework/slsa-github-generator's changelog.

v1.10.0

Release v1.10.0 includes bug fixes and new features.

See the full change list.

v1.10.0: TUF fix

  • The cosign TUF roots were fixed (#3350). More details here.

v1.10.0: Gradle Builder

  • The Gradle Builder was fixed when the project root is the same as the repository root (#2727)

v1.10.0: Go Builder

  • The go-version-file input was fixed so that it can find the go.mod file (#2661)

v1.10.0: Container Generator

  • A new provenance-repository input was added to allow reading provenance from a different container repository than the image itself (#2956)
Commits


Dependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 months ago

Superseded by #1003.