-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Bump GitHub Actions #116944
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
Bump GitHub Actions #116944
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Before merging the backports, I'll update the other actions, because we've neglected backporting dependabot's PRs to bump |
I still see warnings at: https://github.com/python/cpython/actions/runs/8322739986?pr=116944
|
Try: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e36859e728..9e236534ae 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
- name: Get a list of the changed documentation-related files
if: github.event_name == 'pull_request'
id: changed-docs-files
- uses: Ana06/[email protected]
+ uses: Ana06/[email protected]
with:
filter: |
Doc/** |
Thanks, updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
(cherry picked from commit 3a99f5c) Co-authored-by: Hugo van Kemenade <[email protected]>
GH-116948 is a backport of this pull request to the 3.12 branch. |
Sorry, @hugovk, I could not cleanly backport this to
|
GH-116949 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 3a99f5c) Co-authored-by: Hugo van Kemenade <[email protected]>
(cherry picked from commit 3a99f5c) Co-authored-by: Hugo van Kemenade <[email protected]>
(cherry picked from commit 3a99f5c) Co-authored-by: Hugo van Kemenade <[email protected]>
They just released 0.6.1 with Node.js v20. Let's update it whenever, no particular rush, and we don't usually look at the logs of that workflow. |
In particular, updating https://github.com/pre-commit/action will fix this warning:
https://github.com/python/cpython/actions/runs/8317266162
These are not upgraded by dependabot:
https://github.com/pre-commit/action doesn't follow the
vX
major tag convention (compare https://github.com/pre-commit/action/tags and https://github.com/actions/cache/tags)Similarly, https://github.com/actions/add-to-project is still on ZeroVer and doesn't have
vX
tags: https://github.com/actions/add-to-project/tags