Bump GitHub Actions#116944
Conversation
|
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/get-changed-files@v2.2.0
+ uses: Ana06/get-changed-files@v2.3.0
with:
filter: |
Doc/** |
|
Thanks, updated! |
|
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 <1324225+hugovk@users.noreply.github.com>
|
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 <1324225+hugovk@users.noreply.github.com>
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
vXmajor 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
vXtags: https://github.com/actions/add-to-project/tags