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 github-workflows group with 6 updates #6203

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the github-workflows group with 6 updates:

Package From To
actions/cache 3.3.2 4.0.0
actions-rust-lang/setup-rust-toolchain 1.6.0 1.8.0
Swatinem/rust-cache 2.7.1 2.7.3
taiki-e/install-action 2.24.1 2.25.9
actions/upload-artifact 4.0.0 4.2.0
actions/download-artifact 4.1.0 4.1.1

Updates actions/cache from 3.3.2 to 4.0.0

Release notes

Sourced from actions/cache's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.3.3

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

Changelog

Sourced from actions/cache's changelog.

Releases

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)

3.0.6

  • Fixed #809 - zstd -d: no such file or directory error
  • Fixed #833 - cache doesn't work with github workspace directory

3.0.7

  • Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.

3.0.8

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.9

  • Enhanced the warning message for cache unavailablity in case of GHES.

3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

... (truncated)

Commits

Updates actions-rust-lang/setup-rust-toolchain from 1.6.0 to 1.8.0

Release notes

Sourced from actions-rust-lang/setup-rust-toolchain's releases.

v1.8.0

  • Allow specifying subdirectories for cache.
  • Fix toolchain file overriding.

v1.7.0

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.6...v1.7.0

Changelog

Sourced from actions-rust-lang/setup-rust-toolchain's changelog.

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.8.0] - 2024-01-13

  • Allow specifying subdirectories for cache.
  • Fix toolchain file overriding.

[1.7.0] - 2024-01-11

  • Allow overriding the toolchain file with explicit toolchain input. (#26)

[1.6.0] - 2023-12-04

Added

  • Allow disabling problem matchers (#27) This can be useful when having a matrix of jobs, that produce the same errors.

[1.5.0] - 2023-05-29

Added

  • Support installing additional components and targets that are not listed in rust-toolchain (#14) Before only the items listed in rust-toolchain were installed. Now all the items from the toolchain file are installed and then all the targets and components that are provided as action inputs. This allows installing extra tools only for CI or simplify testing special targets in CI.

  • Allow skipping the creation of a RUSTFLAGS environment variable. Cargos logic for rustflags is complicated, and setting the RUSTFLAGS environment variable prevents other ways of working. Provide a new rustflags input, which controls the environment variable creation. If the value is set to the empty string, then RUSTFLAGS is not created.

    Pre-existing RUSTFLAGS variables are never modified by this extension.

[1.4.4] - 2023-03-18

Fixed

  • Use color aware problem matcher. The problem matcher currently runs against the colored terminal output (Bug 1, Bug 2). The previous matcher was not aware of ANSII color codes and did not work.

[1.4.3] - 2023-02-21

... (truncated)

Commits
  • b113a30 Merge pull request #34 from actions-rust-lang/rel-180
  • 039765b chore: prepare release 1.8.0
  • 84e65ce Merge pull request #32 from gruebel/add-workspaces
  • 6f719a2 Merge branch 'main' into add-workspaces
  • 15d0afa ci: fix cache test
  • 922cc93 ci: add cache-workspaces test
  • bcda41b Merge pull request #33 from fprasx/fprasx/fix-toolchain-overrides
  • ba41ca6 ci: clearer test names
  • aa08918 ci: fix conditional
  • c6086ae test: add toolchain file override test
  • Additional commits viewable in compare view

Updates Swatinem/rust-cache from 2.7.1 to 2.7.3

Release notes

Sourced from Swatinem/rust-cache's releases.

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 taiki-e/install-action from 2.24.1 to 2.25.9

Release notes

Sourced from taiki-e/install-action's releases.

2.25.9

  • Update cargo-deny@latest to 0.14.6.

2.25.8

  • Update cargo-binstall@latest to 1.6.1.

2.25.7

  • Update cargo-deny@latest to 0.14.5.

2.25.6

  • Update syft@latest to 0.101.1.

  • Update cargo-deny@latest to 0.14.4.

2.25.5

  • Update cargo-llvm-cov@latest to 0.6.2.

2.25.4

  • Update osv-scanner@latest to 1.6.1.

2.25.3

  • Update syft@latest to 0.101.0.

2.25.2

  • Update biome@latest to 1.5.2.

2.25.1

  • Update cargo-make@latest to 0.37.7.

2.25.0

  • Update cargo-tarpaulin@latest to 0.27.3.

  • Update cargo-make@latest to 0.37.6.

  • Update cargo-binstall@latest to 1.6.0.

2.24.4

  • Update just@latest to 1.23.0.

  • Update cargo-llvm-cov@latest to 0.6.1.

2.24.3

  • Update biome@latest to 1.5.1.

  • Update protoc@latest to 3.25.2.

2.24.2

  • Update just@latest to 1.22.1.

  • Update biome@latest to 1.5.0.

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

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

This project adheres to Semantic Versioning.

[Unreleased]

[2.25.9] - 2024-01-21

  • Update cargo-deny@latest to 0.14.6.

[2.25.8] - 2024-01-21

  • Update cargo-binstall@latest to 1.6.1.

[2.25.7] - 2024-01-20

  • Update cargo-deny@latest to 0.14.5.

[2.25.6] - 2024-01-20

  • Update syft@latest to 0.101.1.

  • Update cargo-deny@latest to 0.14.4.

[2.25.5] - 2024-01-18

  • Update cargo-llvm-cov@latest to 0.6.2.

[2.25.4] - 2024-01-18

  • Update osv-scanner@latest to 1.6.1.

[2.25.3] - 2024-01-18

  • Update syft@latest to 0.101.0.

[2.25.2] - 2024-01-15

  • Update biome@latest to 1.5.2.

[2.25.1] - 2024-01-14

  • Update cargo-make@latest to 0.37.7.

... (truncated)

Commits

Updates actions/upload-artifact from 4.0.0 to 4.2.0

Release notes

Sourced from actions/upload-artifact's releases.

v4.2.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

Commits
  • 694cdab Merge pull request #501 from actions/robherley/overwrite-artifact
  • 05d4fe6 run licensed against version that matches ci
  • 40b3052 update readme
  • 49552fc add overwrite tests to workflow
  • 7961590 licensed cache
  • 11ff42c add new overwrite input & docs
  • 1eb3cb2 Merge pull request #497 from actions/robherley/update-readme-limit
  • 8688a86 Update readme to reflect new artifact/job limit
  • 73d8b66 Support artifact-url output (#496)
  • c320f57 Update README.md (#492)
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4.1.0 to 4.1.1

Release notes

Sourced from actions/download-artifact's releases.

v4.1.1

Commits

You can trigger a rebase of this PR 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 github-workflows group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/cache](https://github.com/actions/cache) | `3.3.2` | `4.0.0` |
| [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) | `1.6.0` | `1.8.0` |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.1` | `2.7.3` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.24.1` | `2.25.9` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.0.0` | `4.2.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.0` | `4.1.1` |


Updates `actions/cache` from 3.3.2 to 4.0.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@704facf...13aacd8)

Updates `actions-rust-lang/setup-rust-toolchain` from 1.6.0 to 1.8.0
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/setup-rust-toolchain@c7e1de2...b113a30)

Updates `Swatinem/rust-cache` from 2.7.1 to 2.7.3
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@3cf7f8c...23bce25)

Updates `taiki-e/install-action` from 2.24.1 to 2.25.9
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@da14932...8984d60)

Updates `actions/upload-artifact` from 4.0.0 to 4.2.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@c7d193f...694cdab)

Updates `actions/download-artifact` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@f44cd7b...6b208ae)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-workflows
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-workflows
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-workflows
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-workflows
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-workflows
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-workflows
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 22, 2024 03:32
@dependabot dependabot bot added I-Dependency Impact: related to an dependency I-Github-Actions Impact: Github actions related stuff labels Jan 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 29, 2024
auto-merge was automatically disabled January 29, 2024 03:08

Pull request was closed

@dependabot dependabot bot deleted the dependabot-github_actions-github-workflows-d9dcfce61e branch January 29, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-Dependency Impact: related to an dependency I-Github-Actions Impact: Github actions related stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant