wayfair-incubator / dagger

A simple Python-based distributed workflow engine
https://wayfair-incubator.github.io/dagger/latest
MIT License
56 stars 5 forks source link

Update GitHub Actions #45

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

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 -> 15c56db

Release Notes

actions/setup-python (actions/setup-python) ### [`v4.8.0`](https://redirect.github.com/actions/setup-python/releases/tag/v4.8.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v4.7.1...v4.8.0) #### What's Changed In scope of this release we added support for GraalPy ([https://github.com/actions/setup-python/pull/694](https://redirect.github.com/actions/setup-python/pull/694)). You can use this snippet to set up GraalPy: ```yaml 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](https://redirect.github.com/FerranPares) in [https://github.com/actions/setup-python/pull/628](https://redirect.github.com/actions/setup-python/pull/628) - Use non-deprecated versions in examples by [@​jeffwidman](https://redirect.github.com/jeffwidman) in [https://github.com/actions/setup-python/pull/724](https://redirect.github.com/actions/setup-python/pull/724) - Change deprecation comment to past tense by [@​jeffwidman](https://redirect.github.com/jeffwidman) in [https://github.com/actions/setup-python/pull/723](https://redirect.github.com/actions/setup-python/pull/723) - Bump [@​babel/traverse](https://redirect.github.com/babel/traverse) from 7.9.0 to 7.23.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-python/pull/743](https://redirect.github.com/actions/setup-python/pull/743) - advanced-usage.md: Encourage the use actions/checkout@v4 by [@​cclauss](https://redirect.github.com/cclauss) in [https://github.com/actions/setup-python/pull/729](https://redirect.github.com/actions/setup-python/pull/729) - Examples now use checkout@v4 by [@​simonw](https://redirect.github.com/simonw) in [https://github.com/actions/setup-python/pull/738](https://redirect.github.com/actions/setup-python/pull/738) - Update actions/checkout to v4 by [@​dmitry-shibanov](https://redirect.github.com/dmitry-shibanov) in [https://github.com/actions/setup-python/pull/761](https://redirect.github.com/actions/setup-python/pull/761) #### New Contributors - [@​FerranPares](https://redirect.github.com/FerranPares) made their first contribution in [https://github.com/actions/setup-python/pull/628](https://redirect.github.com/actions/setup-python/pull/628) - [@​timfel](https://redirect.github.com/timfel) made their first contribution in [https://github.com/actions/setup-python/pull/694](https://redirect.github.com/actions/setup-python/pull/694) - [@​jeffwidman](https://redirect.github.com/jeffwidman) made their first contribution in [https://github.com/actions/setup-python/pull/724](https://redirect.github.com/actions/setup-python/pull/724) **Full Changelog**: https://github.com/actions/setup-python/compare/v4...v4.8.0 ### [`v4.7.1`](https://redirect.github.com/actions/setup-python/releases/tag/v4.7.1) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v4.7.0...v4.7.1) #### What's Changed - Bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-python/pull/702](https://redirect.github.com/actions/setup-python/pull/702) - Add range validation for toml files by [@​dmitry-shibanov](https://redirect.github.com/dmitry-shibanov) in [https://github.com/actions/setup-python/pull/726](https://redirect.github.com/actions/setup-python/pull/726) **Full Changelog**: https://github.com/actions/setup-python/compare/v4...v4.7.1 ### [`v4.7.0`](https://redirect.github.com/actions/setup-python/releases/tag/v4.7.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v4.6.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](https://redirect.github.com/actions/setup-python/pull/669)). ```yaml - 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](https://redirect.github.com/azure/ms-rest-js) by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-python/pull/697](https://redirect.github.com/actions/setup-python/pull/697) - Bump semver from 7.3.8 to 7.5.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-python/pull/692](https://redirect.github.com/actions/setup-python/pull/692) - Fix typos found by codespell by [@​DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) in [https://github.com/actions/setup-python/pull/650](https://redirect.github.com/actions/setup-python/pull/650) #### New Contributors - [@​dariocurr](https://redirect.github.com/dariocurr) made their first contribution in [https://github.com/actions/setup-python/pull/669](https://redirect.github.com/actions/setup-python/pull/669) - [@​DimitriPapadopoulos](https://redirect.github.com/DimitriPapadopoulos) made their first contribution in [https://github.com/actions/setup-python/pull/650](https://redirect.github.com/actions/setup-python/pull/650) **Full Changelog**: https://github.com/actions/setup-python/compare/v4...v4.7.0 ### [`v4.6.1`](https://redirect.github.com/actions/setup-python/releases/tag/v4.6.1) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v4.6.0...v4.6.1) #### What's Changed - Fix `allow-prereleases` sample configuration by [@​mayeut](https://redirect.github.com/mayeut) in [https://github.com/actions/setup-python/pull/615](https://redirect.github.com/actions/setup-python/pull/615) - Fix a incorrect link advanced-usage.md by [@​siyuan0322](https://redirect.github.com/siyuan0322) in [https://github.com/actions/setup-python/pull/657](https://redirect.github.com/actions/setup-python/pull/657) - Remove implicit dependency by [@​nikolai-laevskii](https://redirect.github.com/nikolai-laevskii) in [https://github.com/actions/setup-python/pull/668](https://redirect.github.com/actions/setup-python/pull/668) - Automatic update of configuration files from 05/23/2023 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/setup-python/pull/671](https://redirect.github.com/actions/setup-python/pull/671) - Add warning for python 2.7 on release/v4 by [@​dmitry-shibanov](https://redirect.github.com/dmitry-shibanov) in [https://github.com/actions/setup-python/pull/673](https://redirect.github.com/actions/setup-python/pull/673) #### New Contributors - [@​siyuan0322](https://redirect.github.com/siyuan0322) made their first contribution in [https://github.com/actions/setup-python/pull/657](https://redirect.github.com/actions/setup-python/pull/657) - [@​nikolai-laevskii](https://redirect.github.com/nikolai-laevskii) made their first contribution in [https://github.com/actions/setup-python/pull/668](https://redirect.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`](https://redirect.github.com/codecov/codecov-action/releases/tag/v3.1.6) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v3.1.5...v3.1.6) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v3.1.5...v3.1.6 ### [`v3.1.5`](https://redirect.github.com/codecov/codecov-action/releases/tag/v3.1.5) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v3.1.4...v3.1.5) #### What's Changed - action.yml: Update to Node.js 20 by [@​hallabro](https://redirect.github.com/hallabro) in [https://github.com/codecov/codecov-action/pull/1228](https://redirect.github.com/codecov/codecov-action/pull/1228) #### New Contributors - [@​hallabro](https://redirect.github.com/hallabro) made their first contribution in [https://github.com/codecov/codecov-action/pull/1228](https://redirect.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`](https://redirect.github.com/codecov/codecov-action/releases/tag/v3.1.4): 3.1.4 [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4) ##### What's Changed - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 18.15.12 to 18.16.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/970](https://redirect.github.com/codecov/codecov-action/pull/970) - Fix typo in README.md by [@​hisaac](https://redirect.github.com/hisaac) in [https://github.com/codecov/codecov-action/pull/967](https://redirect.github.com/codecov/codecov-action/pull/967) - fix: add back in working dir by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/971](https://redirect.github.com/codecov/codecov-action/pull/971) - fix: CLI option names for uploader by [@​kleisauke](https://redirect.github.com/kleisauke) in [https://github.com/codecov/codecov-action/pull/969](https://redirect.github.com/codecov/codecov-action/pull/969) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 18.16.3 to 20.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/975](https://redirect.github.com/codecov/codecov-action/pull/975) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 20.1.0 to 20.1.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/979](https://redirect.github.com/codecov/codecov-action/pull/979) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 20.1.2 to 20.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/981](https://redirect.github.com/codecov/codecov-action/pull/981) - release: 3.1.4 by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/983](https://redirect.github.com/codecov/codecov-action/pull/983) ##### New Contributors - [@​hisaac](https://redirect.github.com/hisaac) made their first contribution in [https://github.com/codecov/codecov-action/pull/967](https://redirect.github.com/codecov/codecov-action/pull/967) - [@​kleisauke](https://redirect.github.com/kleisauke) made their first contribution in [https://github.com/codecov/codecov-action/pull/969](https://redirect.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.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.25%. Comparing base (6817a73) to head (835de5d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ========================================== - Coverage 86.51% 86.25% -0.26% ========================================== Files 12 12 Lines 1824 1790 -34 Branches 215 215 ========================================== - Hits 1578 1544 -34 Misses 146 146 Partials 100 100 ``` [see 4 files with indirect coverage changes](https://app.codecov.io/gh/wayfair-incubator/dagger/pull/45/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wayfair-incubator)