Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the actions group with 5 updates #119

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the actions group with 5 updates:

Package From To
Swatinem/rust-cache 2.7.1 2.7.5
crate-ci/typos 1.16.23 1.27.0
mikefarah/yq 4.40.5 4.44.3
dtolnay/rust-toolchain 439cf607258077187679211f12aa6f19af4a0af7 7b1c307e0dcbda6122208f10795a713336a9b35a
taiki-e/create-gh-release-action 1.8.0 1.8.2

Updates Swatinem/rust-cache from 2.7.1 to 2.7.5

Release notes

Sourced from Swatinem/rust-cache's releases.

v2.7.5

What's Changed

New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.3...v2.7.5

v2.7.3

  • Work around upstream problem that causes cache saving to hang for minutes.

Full Changelog: Swatinem/rust-cache@v2.7.2...v2.7.3

v2.7.2

What's Changed

New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.1...v2.7.2

Changelog

Sourced from Swatinem/rust-cache's changelog.

Changelog

2.7.3

  • Work around upstream problem that causes cache saving to hang for minutes.

2.7.2

  • Only key by Cargo.toml and Cargo.lock files of workspace members.

2.7.1

  • Update toml parser to fix parsing errors.

2.7.0

  • Properly cache trybuild tests.

2.6.2

  • Fix toml parsing.

2.6.1

  • Fix hash contributions of Cargo.lock/Cargo.toml files.

2.6.0

  • Add "buildjet" as a second cache-provider backend.
  • Clean up sparse registry index.
  • Do not clean up src of -sys crates.
  • Remove .cargo/credentials.toml before saving.

2.5.1

  • Fix hash contribution of Cargo.lock.

2.5.0

  • feat: Rm workspace crates version before caching.
  • feat: Add hash of .cargo/config.toml to key.

2.4.0

  • Fix cache key stability.
  • Use 8 character hash components to reduce the key length, making it more readable.

2.3.0

  • Add cache-all-crates option, which enables caching of crates installed by workflows.

... (truncated)

Commits

Updates crate-ci/typos from 1.16.23 to 1.27.0

Release notes

Sourced from crate-ci/typos's releases.

v1.27.0

[1.27.0] - 2024-11-01

Features

v1.26.8

[1.26.8] - 2024-10-24

v1.26.3

[1.26.3] - 2024-10-24

Fixes

  • Accept additionals

v1.26.2

[1.26.2] - 2024-10-24

Fixes

  • Accept tesselate variants

v1.26.1

[1.26.1] - 2024-10-23

Fixes

  • Respect --force-exclude for binary files

v1.26.0

[1.26.0] - 2024-10-07

Compatibility

  • (pre-commit) Requires 3.2+

Fixes

  • (pre-commit) Resolve deprecations in 4.0 about deprecated stage names

v1.25.0

[1.25.0] - 2024-10-01

Fixes

v1.24.6

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[1.27.0] - 2024-11-01

Features

[1.26.8] - 2024-10-24

[1.26.7] - 2024-10-24

[1.26.6] - 2024-10-24

[1.26.5] - 2024-10-24

[1.26.4] - 2024-10-24

[1.26.3] - 2024-10-24

Fixes

  • Accept additionals

[1.26.2] - 2024-10-24

Fixes

  • Accept tesselate variants

[1.26.1] - 2024-10-23

Fixes

  • Respect --force-exclude for binary files

[1.26.0] - 2024-10-07

Compatibility

  • (pre-commit) Requires 3.2+

Fixes

  • (pre-commit) Resolve deprecations in 4.0 about deprecated stage names

[1.25.0] - 2024-10-01

Fixes

... (truncated)

Commits

Updates mikefarah/yq from 4.40.5 to 4.44.3

Release notes

Sourced from mikefarah/yq's releases.

v4.44.3

  • Fixed upper-case file extension detection, Thanks @​ryenus (#2121)
  • Log printing follow no-colors flag #2082
  • Skip and warn when interpolating strings and theres a unclosed bracket #2083
  • Fixed CSV content starting with # issue #2076
  • Bumped dependencies

v4.44.2

  • Handle numbers with underscores #2039
  • Unique now works on maps and arrays #2068
  • Added support for short hand splat with env[] expression #2071, as well as many other operators (split,select,eval,pick..)
  • Bumped dependencies

v4.44.1 - min/max/pivot!

v4.43.1

  • Added omit operator #1989 thanks @​mbenson!
  • Can now multiply strings by numbers #1988 thanks @​mbenson!
  • Added tostring #72
  • Added string interpolation #1149
  • Can specify parent(n) levels #1970
  • Fixed CSV line break issue #1974
  • Adding a EvaluateAll function to StringEvaluator #1966
  • yqlib, default to colors off when using yaml library #1964
  • Removed JSON output warning
  • Bumped dependencies

v4.42.1

  • Can execute yq expression files directly with shebang #1851
  • Added --csv-separator flag #1950
  • Added --properties-separator option - thanks @​learnitall #1864
  • Added --properties-array-brackets flag for properties encoder #1933
  • Shell completion improvements - thanks @​scop #1911
  • Bumped dependencies

v4.41.1

  • Can now comment in yq expressions! #1919
  • Added new CSV option to turn off auto-parsing #1947
  • Can now retrieve the alias names of merge anchors #1942
  • Fixed Toml decoding when table array defined before parent #1922
  • Fixing with_entries context #1925

v4.40.7

... (truncated)

Changelog

Sourced from mikefarah/yq's changelog.

4.44.3:

  • Fixed upper-case file extension detection, Thanks @​ryenus (#2121)
  • Log printing follow no-colors flag #2082
  • Skip and warn when interpolating strings and theres a unclosed bracket #2083
  • Fixed CSV content starting with # issue #2076
  • Bumped dependencies

4.44.2:

  • Handle numbers with underscores #2039
  • Unique now works on maps and arrays #2068
  • Added support for short hand splat with env[] expression #2071, as well as many other operators (split,select,eval,pick..)
  • Bumped dependencies

4.44.1:

4.43.1:

  • Added omit operator #1989 thanks @​mbenson!
  • Added tostring #72
  • Added string interpolation #1149
  • Can specify parent(n) levels #1970
  • Can now multiply strings by numbers #1988 thanks @​mbenson!
  • Fixed CSV line break issue #1974
  • Adding a EvaluateAll function to StringEvaluator #1966
  • yqlib, default to colors off when using yaml library #1964
  • Removed JSON output warning
  • Bumped dependencies

4.42.1:

  • Can execute yq expression files directly with shebang #1851
  • Added --csv-separator flag #1950
  • Added --properties-separator option - thanks @​learnitall #1864
  • Added --properties-array-brackets flag for properties encoder #1933
  • Shell completion improvements - thanks @​scop #1911
  • Bumped dependencies

4.41.1:

  • Can now comment in yq expressions! #1919
  • Fixed Toml decoding when table array defined before parent #1922
  • Added new CSV option to turn off auto-parsing #1947
  • Fixing with_entries context #1925

... (truncated)

Commits

Updates dtolnay/rust-toolchain from 439cf607258077187679211f12aa6f19af4a0af7 to 7b1c307e0dcbda6122208f10795a713336a9b35a

Commits
  • 7b1c307 Add 1.80.1 patch release
  • 21dc36f Predefine branches up to 1.90
  • d8352f6 Move CARGO_HOME step in front of rustup install
  • 22eb75f Add description for CARGO_HOME step
  • e4e1c59 Combine CARGO_HOME choice into a single step
  • b004a9e Merge pull request #108 from dariocurr/master
  • 18c33af Add CARGO_HOME to GITHUB_ENV
  • bb45937 Remove toolchain input when toolchain is specified in action rev
  • 56909e6 Centralize references to inputs.toolchain to a single spot
  • 9a6ad42 Merge pull request #106 from dtolnay/noxargo
  • Additional commits viewable in compare view

Updates taiki-e/create-gh-release-action from 1.8.0 to 1.8.2

Release notes

Sourced from taiki-e/create-gh-release-action's releases.

1.8.2

  • Update parse-changelog to 0.6.7. This includes diagnostics improvements.

1.8.1

  • Update parse-changelog to 0.6.6.
Changelog

Sourced from taiki-e/create-gh-release-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[1.8.2] - 2024-04-19

  • Update parse-changelog to 0.6.7. This includes diagnostics improvements.

[1.8.1] - 2024-04-13

  • Update parse-changelog to 0.6.6.

[1.8.0] - 2023-10-05

  • Fix performance degradation introduced in 1.7.2.

  • Update parse-changelog to 0.6.3.

  • Verify checksum of downloaded parse-changelog tarball.

  • Support AArch64 host.

[1.7.2] - 2023-09-09

  • Improve robustness for temporary network failures.

[1.7.1] - 2023-08-06

  • Update parse-changelog to 0.6.2.

[1.7.0] - 2023-03-22

  • Add allow-missing-changelog input option to allow create the release even if the changelog entry corresponding to the version is missing. (#23, thanks @​lmajano)

  • Switch to composite action. (#24)

[1.6.3] - 2023-03-19

  • Diagnostics improvements.

[1.6.2] - 2022-12-24

... (truncated)

Commits
  • 72d65ce Release 1.8.2
  • 8d505f4 Update parse-changelog to 0.6.7
  • c88e967 Release 1.8.1
  • dd5128d Update parse-changelog to 0.6.6
  • 6c1e954 tools: Update tidy.sh
  • 8e7e4c1 ci: Use taiki-e/checkout-action action
  • 6dc8a9e tidy: Use yq via venv
  • c56d5c8 tidy: Check TOML format
  • 7b8d624 Revert "Revert "Revert "Disable dependabot update for Github Actions"""
  • c7cf0c2 tools: Tweak scripts
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.1` | `2.7.5` |
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.16.23` | `1.27.0` |
| [mikefarah/yq](https://github.com/mikefarah/yq) | `4.40.5` | `4.44.3` |
| [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) | `439cf607258077187679211f12aa6f19af4a0af7` | `7b1c307e0dcbda6122208f10795a713336a9b35a` |
| [taiki-e/create-gh-release-action](https://github.com/taiki-e/create-gh-release-action) | `1.8.0` | `1.8.2` |


Updates `Swatinem/rust-cache` from 2.7.1 to 2.7.5
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v2.7.1...82a92a6)

Updates `crate-ci/typos` from 1.16.23 to 1.27.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.16.23...v1.27.0)

Updates `mikefarah/yq` from 4.40.5 to 4.44.3
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@dd64899...bbdd974)

Updates `dtolnay/rust-toolchain` from 439cf607258077187679211f12aa6f19af4a0af7 to 7b1c307e0dcbda6122208f10795a713336a9b35a
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](dtolnay/rust-toolchain@439cf60...7b1c307)

Updates `taiki-e/create-gh-release-action` from 1.8.0 to 1.8.2
- [Release notes](https://github.com/taiki-e/create-gh-release-action/releases)
- [Changelog](https://github.com/taiki-e/create-gh-release-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/create-gh-release-action@8df4de6...72d65ce)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: dtolnay/rust-toolchain
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: taiki-e/create-gh-release-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 4, 2024
@piotmag769 piotmag769 added this pull request to the merge queue Nov 4, 2024
Merged via the queue into main with commit d22f103 Nov 4, 2024
4 checks passed
@piotmag769 piotmag769 deleted the dependabot/github_actions/actions-32a6fc5020 branch November 4, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant