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

fix: Fixed deprecations in workflows and drop setup.py usages #174

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

andruten
Copy link
Member

@andruten andruten commented Oct 19, 2023

Fixes deprecation warnings:

actions/setup-python@v2

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2, codecov/codecov-action@v2.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

set-output

The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Merging #174 (151934d) into master (695c5a9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #174   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files           7        7           
  Lines         414      414           
  Branches       70       70           
=======================================
  Hits          408      408           
  Misses          3        3           
  Partials        3        3           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@andruten andruten merged commit 8cdd893 into jazzband:master Oct 20, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants