mirror of https://github.com/python/cpython
Bump GitHub Actions (#116944)
This commit is contained in:
parent
b3f0c1591a
commit
3a99f5c5f3
|
@ -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/**
|
||||
|
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
- { project: 32, label: sprint }
|
||||
|
||||
steps:
|
||||
- uses: actions/add-to-project@v0.1.0
|
||||
- uses: actions/add-to-project@v0.6.0
|
||||
with:
|
||||
project-url: https://github.com/orgs/python/projects/${{ matrix.project }}
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||
|
|
Loading…
Reference in New Issue