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 7 updates #6580

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-workflows group with 7 updates:

Package From To
actions/cache 4.0.0 4.0.1
taiki-e/install-action 2.27.9 2.28.0
dorny/paths-filter 3.0.1 3.0.2
streetsidesoftware/cspell-action 5.4.0 6.0.0
docker/setup-buildx-action 3.0.0 3.1.0
pypa/gh-action-pypi-publish 1.8.11 1.8.12
actions/download-artifact 4.1.2 4.1.4

Updates actions/cache from 4.0.0 to 4.0.1

Release notes

Sourced from actions/cache's releases.

v4.0.1

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.0.1

Changelog

Sourced from actions/cache's changelog.

Releases

4.0.1

  • Updated isGhes check

4.0.0

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

3.3.3

  • Updates @​actions/cache to v3.2.3 to fix accidental mutated path arguments to getCacheVersion actions/toolkit#1378
  • Additional audit fixes of npm package(s)

3.3.2

  • Fixes bug with Azure SDK causing blob downloads to get stuck.

3.3.1

  • Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.

3.3.0

  • Added option to lookup cache without downloading it.

3.2.6

  • Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.

3.2.5

  • Added fix to prevent from setting MYSYS environment variable globally.

3.2.4

  • Added option to fail job on cache miss.

3.2.3

  • Support cross os caching on Windows as an opt-in feature.
  • Fix issue with symlink restoration on Windows for cross-os caches.

3.2.2

  • Reverted the changes made in 3.2.1 to use gnu tar and zstd by default on windows.

3.2.1

... (truncated)

Commits

Updates taiki-e/install-action from 2.27.9 to 2.28.0

Release notes

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

2.28.0

2.27.15

  • Support biome on x86_64/aarch64 Linux (musl).

  • Support zola on aarch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

2.27.14

  • Update syft@latest to 1.0.0.

2.27.13

  • Update wasmtime@latest to 18.0.2.

2.27.12

  • Update cargo-deny@latest to 0.14.15.

2.27.11

  • Update syft@latest to 0.105.1.

2.27.10

  • Update cargo-deny@latest to 0.14.14.
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.28.0] - 2024-03-02

[2.27.15] - 2024-03-02

  • Support biome on x86_64/aarch64 Linux (musl).

  • Support zola on aarch64 macOS. (Previously x86_64 macOS binary is used as fallback.)

[2.27.14] - 2024-03-01

  • Update syft@latest to 1.0.0.

[2.27.13] - 2024-02-29

  • Update wasmtime@latest to 18.0.2.

[2.27.12] - 2024-02-28

  • Update cargo-deny@latest to 0.14.15.

[2.27.11] - 2024-02-26

  • Update syft@latest to 0.105.1.

[2.27.10] - 2024-02-26

  • Update cargo-deny@latest to 0.14.14.

[2.27.9] - 2024-02-24

  • Update cargo-deny@latest to 0.14.13.

[2.27.8] - 2024-02-23

... (truncated)

Commits

Updates dorny/paths-filter from 3.0.1 to 3.0.2

Release notes

Sourced from dorny/paths-filter's releases.

v3.0.2

What's Changed

New Contributors

Full Changelog: dorny/paths-filter@v3...v3.0.2

Changelog

Sourced from dorny/paths-filter's changelog.

Changelog

v3.0.2

v3.0.1

v3.0.0

v2.11.1

v2.11.0

v2.10.2

v2.10.1

v2.10.0

v2.9.3

v2.9.2

v2.9.1

v2.9.0

v2.8.0

... (truncated)

Commits
  • de90cc6 Update dist and CHANGELOG for v3.0.2
  • cf89abd Merge pull request #224 from petermetz/feat-filter-predicate-quantifier
  • f90d526 feat: add config parameter for predicate quantifier
  • See full diff in compare view

Updates streetsidesoftware/cspell-action from 5.4.0 to 6.0.0

Release notes

Sourced from streetsidesoftware/cspell-action's releases.

v6.0.0

6.0.0 (2024-03-03)

⚠ BREAKING CHANGES

  • Use locally installed git to determine file changes. (#1596)

Features

Updates and Bug Fixes

Changelog

Sourced from streetsidesoftware/cspell-action's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.0.0 (2024-03-03)

⚠ BREAKING CHANGES

  • Use locally installed git to determine file changes. (#1596)

Features

Updates and Bug Fixes

5.4.0 (2024-02-21)

Features

Updates and Bug Fixes

... (truncated)

Commits

Updates docker/setup-buildx-action from 3.0.0 to 3.1.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v3.1.0

Full Changelog: docker/setup-buildx-action@v3.0.0...v3.1.0

Commits
  • 0d103c3 Merge pull request #300 from crazy-max/cache-binary
  • f19477a chore: update generated content
  • a4180f8 cache-binary input to enable/disable caching binary to GHA cache backend
  • 5243153 Merge pull request #299 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 3679a54 chore: update generated content
  • 37a22a2 build(deps): bump @​docker/actions-toolkit from 0.14.0 to 0.17.0
  • 65afe61 Merge pull request #297 from docker/dependabot/npm_and_yarn/undici-5.28.3
  • fcb8f72 chore: update generated content
  • f62b9a1 Merge pull request #298 from crazy-max/bump-gha
  • 74c5b71 bump codecov/codecov-action from 3 to 4
  • Additional commits viewable in compare view

Updates pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12

Release notes

Sourced from pypa/gh-action-pypi-publish's releases.

v1.8.12

💅 Cosmetic Output Improvements

@​woodruffw💰 replaced the notice annotations with simplified debug messages related to authentication methanism selection via #196. The also improved the error clarity during OIDC exchange on PRs from forks via #203.

📝 What's Documented

@​virtuald💰 updated the docs and pointer messages were updated to mention that reusable workflows aren't supported right now in #186 and @​xuanzhi33💰 later corrected the markdown syntax there via #216.

🛠️ Internal Dependencies

  • pre-commit linters got autoupdated @ #204
  • Cryptography was bumped from 41.0.6 to 42.0.4 @ #210, #213 and #214

⚙️ Secret Stuff

@​woodruffw proactively updated the OIDC minting API endpoint used during the exchange via #206. Nothing you should be too concerned about, promise!

💪 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.8.11...v1.8.12

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

Commits
  • e53eb8b Clarify the error during OIDC exchange on PRs from forks
  • edfa8f3 Merge pull request #216 from xuanzhi33/unstable/v1
  • aeff019 docs(fix): Fix a markdown alert
  • 24c5d5c Merge pull request #214 from pypa/dependabot/pip/requirements/cryptography-42...
  • c13b4aa build(deps): bump cryptography from 42.0.2 to 42.0.4 in /requirements
  • 72a79c8 Merge pull request #213 from pypa/dependabot/pip/requirements/cryptography-42...
  • 751e5b8 build(deps): bump cryptography from 42.0.0 to 42.0.2 in /requirements
  • 0580fcb Merge pull request #210 from pypa/dependabot/pip/requirements/cryptography-42...
  • a524841 build(deps): bump cryptography from 41.0.6 to 42.0.0 in /requirements
  • 3f824c7 Merge pull request #204 from pypa/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4.1.2 to 4.1.4

Release notes

Sourced from actions/download-artifact's releases.

v4.1.4

What's Changed

Full Changelog: actions/download-artifact@v4...v4.1.4

v4.1.3

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4...v4.1.3

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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/cache](https://github.com/actions/cache) | `4.0.0` | `4.0.1` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.27.9` | `2.28.0` |
| [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3.0.1` | `3.0.2` |
| [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) | `5.4.0` | `6.0.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.0.0` | `3.1.0` |
| [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.8.11` | `1.8.12` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.2` | `4.1.4` |


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

Updates `taiki-e/install-action` from 2.27.9 to 2.28.0
- [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@b7add58...28b5a55)

Updates `dorny/paths-filter` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@ebc4d7e...de90cc6)

Updates `streetsidesoftware/cspell-action` from 5.4.0 to 6.0.0
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell-action@e6f0906...214db1e)

Updates `docker/setup-buildx-action` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@f95db51...0d103c3)

Updates `pypa/gh-action-pypi-publish` from 1.8.11 to 1.8.12
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@2f6f737...e53eb8b)

Updates `actions/download-artifact` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@eaceaf8...c850b93)

---
updated-dependencies:
- dependency-name: actions/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: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-workflows
- dependency-name: streetsidesoftware/cspell-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-workflows
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-workflows
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 4, 2024 03:31
@dependabot dependabot bot added I-Dependency Impact: related to an dependency I-Github-Actions Impact: Github actions related stuff labels Mar 4, 2024
@FirelightFlagboy FirelightFlagboy added this pull request to the merge queue Mar 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 4, 2024
@FirelightFlagboy FirelightFlagboy added this pull request to the merge queue Mar 4, 2024
Merged via the queue into master with commit 852539d Mar 4, 2024
25 of 28 checks passed
@FirelightFlagboy FirelightFlagboy deleted the dependabot-github_actions-github-workflows-57722c2eb9 branch March 4, 2024 08:03
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