chore(ci): bump the github-actions group across 1 directory with 6 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(about 2 months ago)
(17 days ago)
dependencies github_actions
Bumps the github-actions group with 6 updates in the / directory:
Package | From | To |
---|---|---|
actions/checkout | 4.2.2 |
5.0.0 |
codecov/codecov-action | 5.4.2 |
5.5.0 |
CodSpeedHQ/action | 3.5.0 |
3.8.1 |
python-semantic-release/python-semantic-release | 9.21.0 |
10.3.1 |
pypa/cibuildwheel | 2.23.3 |
3.1.4 |
actions/download-artifact | 4.3.0 |
5.0.0 |
Updates actions/checkout
from 4.2.2 to 5.0.0
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkc
in actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkc
in actions/checkout#2237New Contributors
@motss
made their first contribution in actions/checkout#1971@mouismail
made their first contribution in actions/checkout#1977@benwells
made their first contribution in actions/checkout#2043@nebuk89
made their first contribution in actions/checkout#2194@salmanmkc
made their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226V4.3.0
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236v4.2.2
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946v4.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
... (truncated)
Commits
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)08eba0b
Prepare release v4.3.0 (#2237)631c7dc
Update package dependencies (#2236)8edcb1b
Update CODEOWNERS for actions (#2224)09d2aca
Update README.md (#2194)85e6279
Adjust positioning of user email note and permissions heading (#2044)009b9ae
Documentation update - add recommended permissions to Readme (#2043)cbb7224
Update README.md (#1977)3b9b8c8
docs: update README.md (#1971)- See full diff in compare view
Updates codecov/codecov-action
from 5.4.2 to 5.5.0
Release notes
Sourced from codecov/codecov-action's releases.
v5.5.0
What's Changed
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@dependabot
[bot] in codecov/codecov-action#1829- docs: Refine OIDC docs by
@spalmurray
in codecov/codecov-action#1837- fix: Typo in README by
@spalmurray
in codecov/codecov-action#1838- fix: check reqs exist by
@joseph-sentry
in codecov/codecov-action#1835- Pin actions/github-script by Git SHA by
@martincostello
in codecov/codecov-action#1859- feat: upgrade wrapper to 0.2.4 by
@jviall
in codecov/codecov-action#1864- chore(release): 5.5.0 by
@thomasrockhu-codecov
in codecov/codecov-action#1865New Contributors
@spalmurray
made their first contribution in codecov/codecov-action#1837@martincostello
made their first contribution in codecov/codecov-action#1859@jviall
made their first contribution in codecov/codecov-action#1864Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3...v5.5.0
v5.4.3
What's Changed
- fix: OIDC on forks by
@joseph-sentry
in codecov/codecov-action#1823- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@dependabot
in codecov/codecov-action#1822- chore(release): 5.4.3 by
@thomasrockhu-codecov
in codecov/codecov-action#1827Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3
Changelog
Sourced from codecov/codecov-action's changelog.
v5.5.0
What's Changed
- feat: upgrade wrapper to 0.2.4 by
@jviall
in codecov/codecov-action#1864- Pin actions/github-script by Git SHA by
@martincostello
in codecov/codecov-action#1859- fix: check reqs exist by
@joseph-sentry
in codecov/codecov-action#1835- fix: Typo in README by
@spalmurray
in codecov/codecov-action#1838- docs: Refine OIDC docs by
@spalmurray
in codecov/codecov-action#1837- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@app/dependabot
in codecov/codecov-action#1829Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabot
in codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentry
in codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
What's Changed
- fix: use the github core methods by
@thomasrockhu-codecov
in codecov/codecov-action#1807- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@app/dependabot
in codecov/codecov-action#1803- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@app/dependabot
in codecov/codecov-action#1797- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@app/dependabot
in codecov/codecov-action#1798- chore(release): wrapper -0.2.1 by
@app/codecov-releaser-app
in codecov/codecov-action#1788- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@app/dependabot
in codecov/codecov-action#1786Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
What's Changed
- update wrapper submodule to 0.2.0, add recurse_submodules arg by
@matt-codecov
in codecov/codecov-action#1780
... (truncated)
Commits
fdcc847
chore(release): 5.5.0 (#1865)2b79379
feat: upgrade wrapper to 0.2.4 (#1864)39a2af1
Pin actions/github-script by Git SHA (#1859)2db07e3
fix: check reqs exist (#1835)78f372e
fix: Typo in README (#1838)5ecdce8
docs: Refine OIDC docs (#1837)15559ed
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 (#1829)18283e0
chore(release): 5.4.3 (#1827)525fcbf
build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 (#1822)b203f00
fix: OIDC on forks (#1823)- See full diff in compare view
Updates CodSpeedHQ/action
from 3.5.0 to 3.8.1
Release notes
Sourced from CodSpeedHQ/action's releases.
v3.8.1
What's Changed
🐛 Bug Fixes
- Don't show error when libpython is not found by
@not-matthias
🏗️ Refactor
⚙️ Internals
- Change log level to warn for venv_compat error by
@not-matthias
in #104Full Changelog: https://github.com/CodSpeedHQ/action/compare/v3.8.0...v3.8.1 Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
v3.8.0
What's Changed
🐛 Bug Fixes
- Adjust offset for symbols of module loaded at preferred base by
@not-matthias
in #97- Run with --scope to allow perf to trace the benchmark process by
@not-matthias
- Run with bash to support complex scripts by
@not-matthias
- Execute pre- and post-bench scripts for non-perf walltime runner by
@not-matthias
in #96🏗️ Refactor
- Process memory mappings in separate function by
@not-matthias
⚙️ Internals
- Add debug logs for perf.map collection by
@not-matthias
- Add complex cmd and env tests by
@not-matthias
Full Changelog: https://github.com/CodSpeedHQ/action/compare/v3.7.0...v3.8.0 Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
v3.7.0
What's Changed
🚀 Features
- Add pre- and post-benchmark scripts by
@not-matthias
- Add cli args for perf by
@not-matthias
in #94🐛 Bug Fixes
- Forward environment to systemd-run cmd by
@not-matthias
- Only panic in upload for non-existing integration by
@not-matthias
- Multi-line commands in valgrind by
@not-matthias
- Symlink libpython doesn't work for statically linked python by
@not-matthias
in #89
... (truncated)
Commits
76578c2
Release v3.8.1 🚀f5e1f37
chore: bump runner version to 3.8.174eaaf1
docs: add pull_request trigger comment196f972
chore: improve latest resolution to avoid 4030b6e7a3
Release v3.8.0 🚀a6e4815
chore: bump runner version to 3.8.0c28fe9f
Release v3.7.0 🚀e80fe8c
test: add comprehensive version resolution tests9198e58
feat: add support for 'latest' version resolution and flexible version formats79c05fc
chore: bump runner version to 3.7.0 (#133)- Additional commits viewable in compare view
Updates python-semantic-release/python-semantic-release
from 9.21.0 to 10.3.1
Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
v10.3.1 (2025-08-06)
This release is published under the MIT License.
🪲 Bug Fixes
- github-actions: Refactor the action output error checking for non-release executions (PR#1308,
5385724
)📖 Documentation
✅ Resolved Issues
#1303: Improve GitHub Actions Docs
#1307: v10.3.0 doesn't support a stage-then-release approach in GitHub Actions
Detailed Changes: v10.3.0...v10.3.1
Installable artifacts are available from:
v10.3.0
2025-08-05 WARNING: GitHub Action broke if Action is run in a non-release mode (e.g.
--no-commit
, or--noop
), see #1307 - Resolved in v10.3.1v10.3.0 (2025-08-04)
This release is published under the MIT License.
✨ Features
github-actions: Add
commit_sha
as a GitHub Actions output value (PR#1289,39b647b
)github-actions: Add
previous_version
as a GitHub Actions output value (PR#1302,c0197b7
)github-actions: Add
release_notes
as a GitHub Actions output value (PR#1300,a3fd23c
)github-actions: Add release
link
as a GitHub Actions output value (PR#1301,888aea1
)🪲 Bug Fixes
... (truncated)
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
.. _changelog:
========= CHANGELOG
.. _changelog-v10.3.1:
v10.3.1 (2025-08-06)
🪲 Bug Fixes
- github-actions: Refactor the action output error checking for non-release executions, closes
[#1307](https://github.com/python-semantic-release/python-semantic-release/issues/1307)
_ (PR#1308
,5385724
)📖 Documentation
- github-actions: Adjust docs for direct links to action example workflows, closes
[#1303](https://github.com/python-semantic-release/python-semantic-release/issues/1303)
_ (PR#1309
,8efebe2
).. _#1303: python-semantic-release/python-semantic-release#1303 .. _#1307: python-semantic-release/python-semantic-release#1307 .. _5385724: https://github.com/python-semantic-release/python-semantic-release/commit/538572426cb30dd4d8c99cea660e290b56361f75 .. _8efebe2: https://github.com/python-semantic-release/python-semantic-release/commit/8efebe281be2deab1b203cd01d9aedf1542c4ad4 .. _PR#1308: python-semantic-release/python-semantic-release#1308 .. _PR#1309: python-semantic-release/python-semantic-release#1309
.. _changelog-v10.3.0:
v10.3.0 (2025-08-04)
✨ Features
github-actions: Add
commit_sha
as a GitHub Actions output value, closes[#717](https://github.com/python-semantic-release/python-semantic-release/issues/717)
_ (PR#1289
,39b647b
)github-actions: Add
previous_version
as a GitHub Actions output value (PR#1302
,c0197b7
)github-actions: Add
release_notes
as a GitHub Actions output value (PR#1300
,a3fd23c
)github-actions: Add release
link
as a GitHub Actions output value (PR#1301
,888aea1
)
... (truncated)
Commits
5b9d941
10.3.15385724
fix(github-actions): refactor the action output error checking for non-releas...8efebe2
docs(github-actions): adjust docs for direct links to action example workflow...ac438f2
ci(deps): bumpmikepenz/action-junit-report@v5.6.1
action to v5.6.2 (#1305)bdbfd23
10.3.0c0197b7
feat(github-actions): addprevious_version
as a GitHub Actions output value...888aea1
feat(github-actions): add releaselink
as a GitHub Actions output value (#1...a3fd23c
feat(github-actions): addrelease_notes
as a GitHub Actions output value (#...2ce2e94
docs(getting-started): fixeschangelog.exclude_commit_patterns
example in s...39b647b
feat(github-actions): addcommit_sha
as a GitHub Actions output value (#1289)- Additional commits viewable in compare view
Updates pypa/cibuildwheel
from 2.23.3 to 3.1.4
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.1.4
- ✨ Add a
--clean-cache
command to clean up our cache (#2489)- 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542, #2556)
- 🛠 Update Pyodide to 0.28.2 (#2562, #2558)
- 🐛 Fix resolution with
pyodide-build
whendependency-versions
is set (#2548)- 🐛 Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE
toBOTH
on Android (#2547)- 🐛 Add
patchelf
dependency for platforms that can build Android wheels (#2552)- 🐛 Ignore empty values for
CIBW_ARCHS
like most other environment variables (#2541)- 💼 The
color
andsuggest_on_error
argparse options are now default in 3.14rc1+ (#2554)- 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- 🧪 Split out platforms iOS and Android in our tests (#2519)
- 🧪 Fix and enable doctests (#2546)
- 📚 Improve our docs on free-threading (#2549)
v3.1.3
- 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- 🧪 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- 🧪 Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
- ⚠️ Add an error if
CIBW_FREE_THREADING_SUPPORT
is set; you are likely missing 3.13t wheels, please use theenable
/CIBW_ENABLE
(#2520)- 🛠
riscv64
now enabled if you target that architecture, it's now supported on PyPI (#2509)- 🛠 Add warning when using
cpython-experimental-riscv64
(no longer needed) (#2526, #2528)- 🛠 iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530)
- 🐛 Fix bug in Android running wheel from our GitHub Action (#2517)
- 🐛 Fix warning when using
test-skip
of"*-macosx_universal2:arm64"
(#2522)- 🐛 Fix incorrect number of wheels reported in logs, again (#2517)
- 📚 We welcome our Android platform maintainer (#2516)
v3.1.1
- 🐛 Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (#2512)
- 📚 Docs fix (#2510)
v3.1.0
- 🌟 CPython 3.14 wheels are now built by default - without the
"cpython-prerelease"
enable
set. It's time to build and upload these wheels to PyPI! This release includes CPython 3.14.0rc1, which is guaranteed to be ABI compatible with the final release. (#2507) Free-threading is no longer experimental in 3.14, so you have to skip it explicitly with'cp31?t-*'
if you don't support it yet. (#2503)- 🌟 Adds the ability to build wheels for Android! Set the
platform
option toandroid
on Linux or macOS to try it out! (#2349)- 🌟 Adds Pyodide 0.28, which builds 3.13 wheels (#2487)
- ✨ Support for 32-bit
manylinux_2_28
(now a consistent default) andmanylinux_2_34
added (#2500)- 🛠 Improved summary, will also use markdown summary output on GHA (#2469)
- 🛠 The riscv64 images now have a working default (as they are now part of pypy/manylinux), but are still experimental (and behind an
enable
) since you can't push them to PyPI yet (#2506)- 🛠 Fixed a typo in the 3.9 MUSL riscv64 identifier (
cp39-musllinux_ricv64
->cp39-musllinux_riscv64
) (#2490)- 🛠 Mistyping
--only
now shows the correct possibilities, and even suggests near matches on Python 3.14+ (#2499)- 🛠 Only support one output from the repair step on linux like other platforms; auditwheel fixed this over four years ago! (#2478)
- 💼 We now use pattern matching extensively (#2434)
- 📚 We now have platform maintainers for our special platforms and interpreters! (#2481)
v3.0.1
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
v3.1.4
19 August 2025
- ✨ Add a
--clean-cache
command to clean up our cache (#2489)- 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542, #2556)
- 🛠 Update Pyodide to 0.28.2 (#2562, #2558)
- 🐛 Fix resolution with
pyodide-build
whendependency-versions
is set (#2548)- 🐛 Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE
toBOTH
on Android (#2547)- 🐛 Add
patchelf
dependency for platforms that can build Android wheels (#2552)- 🐛 Ignore empty values for
CIBW_ARCHS
like most other environment variables (#2541)- 💼 The
color
andsuggest_on_error
argparse options are now default in 3.14rc1+ (#2554)- 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- 🧪 Split out platforms iOS and Android in our tests (#2519)
- 🧪 Fix and enable doctests (#2546)
- 📚 Improve our docs on free-threading (#2549)
v3.1.3
1 August 2025
- 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- 🧪 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- 🧪 Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
29 July 2025
- ⚠️ Add an error if
CIBW_FREE_THREADING_SUPPORT
is set; you are likely missing 3.13t wheels, please use theenable
/CIBW_ENABLE
(#2520)- 🛠
riscv64
now enabled if you target that architecture, it's now supported on PyPI (#2509)- 🛠 Add warning when using
cpython-experimental-riscv64
(no longer needed) (#2526, #2528)- 🛠 iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530)
- 🐛 Fix bug in Android running wheel from our GitHub Action (#2517)
- 🐛 Fix warning when using
test-skip
of"*-macosx_universal2:arm64"
(#2522)- 🐛 Fix incorrect number of wheels reported in logs, again (#2517)
- 📚 We welcome our Android platform maintainer (#2516)
v3.1.1
... (truncated)
Commits
c923d83
Bump version: v3.1.455ee8e4
chore: bump to Pyodide 0.28.2 (#2562)afe486c
feat: add a--clean-cache
command to clean up locations specified at `CIBW_...1c1ba8a
[pre-commit.ci] pre-commit autoupdate (#2561)33b75f4
chore: extend CODEOWNERS file to include platform-specific constraints files ...c59c2fe
[Bot] Update dependencies (#2556)24b64c5
chore: update Pyodide constraints (#2558)6425e48
docs: minor doc link fix (#2560)0264b4d
Revert to macOS-14 image for ARM64 iOS testing (#2557)68f9762
chore: Use the virtualenv release URL rather than the blob URL (#2555)- Additional commits viewable in compare view
Updates actions/download-artifact
from 4.3.0 to 5.0.0
Release notes
Sourced from actions/download-artifact's releases.
v5.0.0
What's Changed
- Update README.md by
@nebuk89
in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirki
in actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact
→ extracted topath/
(direct)- By ID:
artifact-ids: 12345
→ extracted topath/my-artifact/
(nested)Now both methods are consistent:
- By name:
name: my-artifact
→ extracted topath/
(unchanged)- By ID:
artifact-ids: 12345
→ extracted topath/
(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: true
as a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/
Where
my-artifact
is the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93c
Merge pull request #416 from actions/single-artifact-id-download-pathb19ff43
refactor: resolve download path correctly in artifact download tests (mainly ...e262cbe
bundle distbff23f9
update docsfff8c14
fix download path logic when downloading a single artifact by id448e3f8
Merge pull request #407 from actions/nebuk89-patch-147225c4
Update README.md- See full diff 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
actions/download-artifact
actions
4.3.0 → 5.0.0
Major
actions
9.21.0 → 10.3.1
Major
Technical Details
ID: | 6252317 |
UUID: | 3372780255 |
Node ID: | PR_kwDOAUjOu86mSpe- |
Host: | GitHub |
Repository: | python-zeroconf/python-zeroconf |