Commit 634c6a1
authored
Update actions to use actions/checkout@v3 and actions/setup-python@v4. (#495)
The "[run
tests](https://github.com/MIT-LCP/wfdb-python/blob/main/.github/workflows/run-tests.yml)"
GitHub workflow is raising [several
warnings](https://github.com/MIT-LCP/wfdb-python/actions/runs/9783079800)
about deprecated actions:
e.g.
> `[build (ubuntu-latest,
3.9)](https://github.com/MIT-LCP/wfdb-python/actions/runs/9783079800/job/27011340622)
The following actions uses Node.js version which is deprecated and will
be forced to run on node20: actions/checkout@v2,
actions/setup-python@v2. For more info:
https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/[build
(ubuntu-latest,
3.9)](https://github.com/MIT-LCP/wfdb-python/actions/runs/9783079800/job/27011340622)
The following actions uses Node.js version which is deprecated and will
be forced to run on node20: actions/checkout@v2,
actions/setup-python@v2. For more info:
https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/`
This pull request updates the actions to the latest versions:
- actions/checkout@v2 -> actions/checkout@v3
- actions/setup-python@v2 -> actions/setup-python@v4
Note there is one outdated action that will need addressing at some
point. As of today, the issue does not appear to have been addressed:
actions/checkout#334
```
# Note: "actions/checkout@v2" requires libstdc++6:amd64 to be
# installed in the container. To keep things simple, use
# "actions/checkout@v1" instead.
# actions/checkout#334
```1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments