bezier
bezier copied to clipboard
Bump the production-dependencies group across 1 directory with 4 updates
Bumps the production-dependencies group with 4 updates in the / directory: actions/cache, actions/checkout, pypa/cibuildwheel and actions/upload-artifact.
Updates actions/cache
from 4.0.2 to 4.1.1
Release notes
Sourced from actions/cache's releases.
v4.1.1
What's Changed
- Restore original behavior of
cache-hit
output by@joshmgross
in actions/cache#1467Full Changelog: https://github.com/actions/cache/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- Fix cache-hit output when cache missed by
@fchimpan
in actions/cache#1404- Deprecate
save-always
input by@joshmgross
in actions/cache#1452New Contributors
@ottlinger
made their first contribution in actions/cache#1437@Olegt0rr
made their first contribution in actions/cache#1377@fchimpan
made their first contribution in actions/cache#1404@x612skm
made their first contribution in actions/cache#1434@todgru
made their first contribution in actions/cache#1311@Jcambass
made their first contribution in actions/cache#1463@mackey0225
made their first contribution in actions/cache#1462@quatquatt
made their first contribution in actions/cache#1445Full Changelog: https://github.com/actions/cache/compare/v4.0.2...v4.1.0
Changelog
Sourced from actions/cache's changelog.
Releases
4.1.1
- Restore original behavior of
cache-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.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 togetCacheVersion
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.
... (truncated)
Commits
3624ceb
Restore original behavior ofcache-hit
output (#1467)2cdf405
Prepare4.1.0
release (#1464)a11fb02
restore action's README now references v4 instead of v3 (#1445)cf7a75e
Fix typo: depening -> depending (#1462)c74ca40
Deprecatesave-always
input (#1452)f8a7ab4
Merge pull request #1463 from actions/Jcambass-patch-145b7be0
Add workflow file for publishing releases to immutable action package81382a7
Merge pull request #1311 from todgru/todgru/v4-documentation-updatec4ee99a
Merge branch 'main' into todgru/v4-documentation-update57b8e40
Clarify that therestore-keys
input is a string in the docs (#1434)- Additional commits viewable in compare view
Updates actions/checkout
from 4.2.0 to 4.2.1
Release notes
Sourced from actions/checkout's releases.
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924New Contributors
@Jcambass
made their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@jww3
in actions/checkout#1656- Add SSH user parameter by
@cory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbe
in actions/checkout#1511- Link to release page from what's new section by
@cory-miller
in actions/checkout#1514v4.1.0
v4.0.0
... (truncated)
Commits
Updates pypa/cibuildwheel
from 2.21.1 to 2.21.3
Release notes
Sourced from pypa/cibuildwheel's releases.
v2.21.3
v2.21.2
- ✨ Adds support for building 32-bit armv7l wheels on musllinux. On a Linux system with emulation set up, set CIBW_ARCHS to
armv7l
to try it out if you're interested! (#2017)- 🐛 Fix Linux Podman builds on some systems (#2016)
- ✨ Adds official support for running on Python 3.13 (#2026)
- 🛠 Update CPython 3.13 to 3.13.0rc3 (#2029)
Note: the default manylinux image is scheduled to change from
manylinux2014
tomanylinux_2_28
in a cibuildwheel release on or after 6th May 2025 - you can set the value now to avoid getting upgraded if you want. (#1992)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
v2.21.3
9 October 2024
v2.21.2
2 October 2024
- ✨ Adds support for building 32-bit armv7l wheels on musllinux. On a Linux system with emulation set up, set CIBW_ARCHS to
armv7l
on Linux to try it out if you're interested! (#2017)- 🐛 Fix Linux Podman builds on some systems (#2016)
- ✨ Adds official support for running on Python 3.13 (#2026)
- 🛠 Update CPython 3.13 to 3.13.0rc3 (#2029)
Note: the default manylinux image is scheduled to change from
manylinux2014
tomanylinux_2_28
in a cibuildwheel release on or after 6th May 2025 - you can set the value now to avoid getting upgraded if you want. (#1992)v2.21.1
16 September 2024
- 🐛 Fix a bug in the Linux build, where files copied to the container would have invalid ownership permissions (#2007)
- 🐛 Fix a bug on Windows where cibuildwheel would call upon
uv
to install dependencies for versions of CPython that it does not support (#2005)- 🐛 Fix a bug where
uv 0.4.10
would not use the right Python when testing on Linux. (#2008)- 🛠 Bump our documentation pins, fixes an issue with a missing package (#2011)
v2.21.0
13 September 2024
- ⚠️ Update CPython 3.12 to 3.12.6, which changes the macOS minimum deployment target on CPython 3.12 from macOS 10.9 to macOS 10.13 (#1998)
- 🛠 Changes the behaviour when inheriting
config-settings
in TOML overrides - rather than extending each key, which is rarely useful, individual keys will override previously set values. (#1803)- 🛠 Update CPython 3.13 to 3.13.0rc2 (#1998)
- ✨ Adds support for multiarch OCI images (#1961)
- 🐛 Fixes some bugs building Linux wheels on macOS. (#1961)
- ⚠️ Changes the minimum version of Docker/Podman to Docker API version 1.43, Podman API version 3. The only mainstream runner this should affect is Travis Graviton2 runners - if so you can upgrade your version of Docker. (#1961)
v2.20.0
4 August 2024
- 🌟 CPython 3.13 wheels are now built by default - without the
CIBW_PRERELEASE_PYTHONS
flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.13.0rc1, which is guaranteed to be ABI compatible with the final release. Free-threading is still behind a flag/config option. (#1950)
... (truncated)
Commits
7940a4c
Bump version: v2.21.33d3159b
docs: update for 3.13.0 final (#2035)0319c43
[Bot] Update dependencies (#2032)80ae9a5
fix: do not subclass wheel.bdist_wheel command in ABI3 test (#2030)006f1e6
[pre-commit.ci] pre-commit autoupdate (#2033)f185952
Bump version: v2.21.2d5c6a83
ci: update job slightly (#2028)2e8e511
[Bot] Update dependencies (#2029)ec591cd
Add note about the planned change of the manylinux default (#1992)ee7fa96
chore: remove a couple of things pylint is unhappy about (#2027)- Additional commits viewable in compare view
Updates actions/upload-artifact
from 4.4.0 to 4.4.3
Release notes
Sourced from actions/upload-artifact's releases.
v4.4.3
What's Changed
- Undo indirect dependency updates from #627 by
@joshmgross
in actions/upload-artifact#632Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3
v4.4.2
What's Changed
- Bump
@actions/artifact
to 2.1.11 by@robherley
in actions/upload-artifact#627
- Includes fix for relative symlinks not resolving properly
Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2
v4.4.1
What's Changed
- Add a section about hidden files by
@joshmgross
in actions/upload-artifact#607- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/upload-artifact#621- Update
@actions/artifact
to latest version, includes symlink and timeout fixes by@robherley
in actions/upload-artifact#625New Contributors
@Jcambass
made their first contribution in actions/upload-artifact#621Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1
Commits
b4b15b8
Merge pull request #632 from actions/joshmgross/undo-dependency-changes92b01eb
Undo indirect dependency updates from #6278448086
Merge pull request #627 from actions/robherley/v4.4.2b1d4642
add explicit relative and absolute symlinks to workflowd50e660
bump versionaabe6f8
build with@actions/artifact
v2.1.11604373d
Merge pull request #625 from actions/robherley/artifact-2.1.100150148
paste right core versiona009b25
update licenses9f6f6f4
update@actions/core
and@actions/artifact
to latest versions- 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