workhorsy / py-cpuinfo

A module for getting CPU info with pure Python
MIT License
312 stars 59 forks source link

Update GitHub Actions #191

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 2 years ago

actions/checkout actions/setup-python

From the CI test jobs:

▾ Run actions/setup-python@v2
  with:
    python-version: 3.9
    architecture: x64
    token: ***
Warning: 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/
workhorsy commented 1 year ago

Thanks. I had noticed those warnings. I just didn't have time to look into them yet.