-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update GitHub actions checkout and setup-python #75
Comments
We also have this for
|
AyanSinhaMahapatra
added a commit
that referenced
this issue
Jun 6, 2023
Update the following actions: * actions/checkout * actions/setup-python Reference: #75 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra
added a commit
that referenced
this issue
Jun 6, 2023
Update the following actions: * actions/checkout * actions/setup-python Reference: #75 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra
added a commit
that referenced
this issue
Jun 6, 2023
Update the following actions: * actions/checkout * actions/setup-python Reference: #75 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra
added a commit
that referenced
this issue
Jun 6, 2023
Bump github actions versions #75
6 tasks
I created the new elf-inspector repo and I am still getting the issue:
Has the the GH action been updated in the skeletton? |
Yeah we still have this here: https://github.com/nexB/skeleton/blob/main/.github/workflows/pypi-release.yml#L81 |
AyanSinhaMahapatra
added a commit
that referenced
this issue
Jul 10, 2023
Reference: #75 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On tests, release scripts and other GitHub actions we see the following warning message now:
From https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
For us this is:
v3 of https://github.com/actions/checkout/ seems to be upgraded to latest node 16: actions/checkout@v2.4.2...v3.0.2#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R17-R18
We might want to look at the CHANGELOG too for possible breaking changes too potentially.
I've tested this on my fork of scancode-toolkit with aboutcode-org/scancode-toolkit@1448e66: and the doc and release script tests pass allright, here are some links to the actions before and after this update
Before:
After:
There are other github actions we use btw (which we use the latest versions of):
The text was updated successfully, but these errors were encountered: