dagger
dagger copied to clipboard
Update GitHub Actions
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/setup-python | action | minor | v4.6.0 -> v4.8.0 |
codecov/codecov-action | action | patch | v3.1.3 -> v3.1.6 |
pypa/gh-action-pypi-publish | action | digest | a56da0b -> f760068 |
Release Notes
actions/setup-python (actions/setup-python)
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (https://github.com/actions/setup-python/pull/694). You can use this snippet to set up GraalPy:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'graalpy-22.3'
- run: python my_script.py
Besides, the release contains such changes as:
- Trim python version when reading from file by @FerranPares in https://github.com/actions/setup-python/pull/628
- Use non-deprecated versions in examples by @jeffwidman in https://github.com/actions/setup-python/pull/724
- Change deprecation comment to past tense by @jeffwidman in https://github.com/actions/setup-python/pull/723
- Bump @babel/traverse from 7.9.0 to 7.23.2 by @dependabot in https://github.com/actions/setup-python/pull/743
- advanced-usage.md: Encourage the use actions/checkout@v4 by @cclauss in https://github.com/actions/setup-python/pull/729
- Examples now use checkout@v4 by @simonw in https://github.com/actions/setup-python/pull/738
- Update actions/checkout to v4 by @dmitry-shibanov in https://github.com/actions/setup-python/pull/761
New Contributors
- @FerranPares made their first contribution in https://github.com/actions/setup-python/pull/628
- @timfel made their first contribution in https://github.com/actions/setup-python/pull/694
- @jeffwidman made their first contribution in https://github.com/actions/setup-python/pull/724
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0
v4.7.1
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/actions/setup-python/pull/702
- Add range validation for toml files by @dmitry-shibanov in https://github.com/actions/setup-python/pull/726
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1
v4.7.0
In scope of this release, the support for reading python version from pyproject.toml was added (https://github.com/actions/setup-python/pull/669).
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version-file: pyproject.toml
Besides, it includes such changes as:
- Bump tough-cookie and @azure/ms-rest-js by @dependabot in https://github.com/actions/setup-python/pull/697
- Bump semver from 7.3.8 to 7.5.2 by @dependabot in https://github.com/actions/setup-python/pull/692
- Fix typos found by codespell by @DimitriPapadopoulos in https://github.com/actions/setup-python/pull/650
New Contributors
- @dariocurr made their first contribution in https://github.com/actions/setup-python/pull/669
- @DimitriPapadopoulos made their first contribution in https://github.com/actions/setup-python/pull/650
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.0
v4.6.1
What's Changed
- Fix
allow-prereleases
sample configuration by @mayeut in https://github.com/actions/setup-python/pull/615 - Fix a incorrect link advanced-usage.md by @siyuan0322 in https://github.com/actions/setup-python/pull/657
- Remove implicit dependency by @nikolai-laevskii in https://github.com/actions/setup-python/pull/668
- Automatic update of configuration files from 05/23/2023 by @github-actions in https://github.com/actions/setup-python/pull/671
- Add warning for python 2.7 on release/v4 by @dmitry-shibanov in https://github.com/actions/setup-python/pull/673
New Contributors
- @siyuan0322 made their first contribution in https://github.com/actions/setup-python/pull/657
- @nikolai-laevskii made their first contribution in https://github.com/actions/setup-python/pull/668
Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.6.1
codecov/codecov-action (codecov/codecov-action)
v3.1.6
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.5...v3.1.6
v3.1.5
What's Changed
- action.yml: Update to Node.js 20 by @hallabro in https://github.com/codecov/codecov-action/pull/1228
New Contributors
- @hallabro made their first contribution in https://github.com/codecov/codecov-action/pull/1228
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.4...v3.1.5
v3.1.4
: 3.1.4
What's Changed
- build(deps-dev): bump @types/node from 18.15.12 to 18.16.3 by @dependabot in https://github.com/codecov/codecov-action/pull/970
- Fix typo in README.md by @hisaac in https://github.com/codecov/codecov-action/pull/967
- fix: add back in working dir by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/971
- fix: CLI option names for uploader by @kleisauke in https://github.com/codecov/codecov-action/pull/969
- build(deps-dev): bump @types/node from 18.16.3 to 20.1.0 by @dependabot in https://github.com/codecov/codecov-action/pull/975
- build(deps-dev): bump @types/node from 20.1.0 to 20.1.2 by @dependabot in https://github.com/codecov/codecov-action/pull/979
- build(deps-dev): bump @types/node from 20.1.2 to 20.1.4 by @dependabot in https://github.com/codecov/codecov-action/pull/981
- release: 3.1.4 by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/983
New Contributors
- @hisaac made their first contribution in https://github.com/codecov/codecov-action/pull/967
- @kleisauke made their first contribution in https://github.com/codecov/codecov-action/pull/969
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4
Configuration
📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.14%. Comparing base (
6817a73
) to head (5018762
).
Additional details and impacted files
@@ Coverage Diff @@
## main #45 +/- ##
==========================================
- Coverage 86.51% 86.14% -0.37%
==========================================
Files 12 12
Lines 1824 1790 -34
Branches 215 214 -1
==========================================
- Hits 1578 1542 -36
- Misses 146 147 +1
- Partials 100 101 +1
- Flaky Tests Detection - Detect and resolve failed and flaky tests