Skip to content

Commit d625e19

Browse files
authored
Merge branch '3.14' into c-api-list
2 parents 274d616 + 51e69a0 commit d625e19

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ci:
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v5
1717

1818
- uses: actions/setup-python@v6
1919
with:

.github/workflows/deploy-gh-page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
cd:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v5
1313

1414
- name: Install Dependencies
1515
run: sudo apt-get install gettext
@@ -21,7 +21,7 @@ jobs:
2121
run: JOBS=4 MODE=html make all
2222

2323
- name: Deploy to gh page
24-
uses: JamesIves/github-pages-deploy-action@v4.7.4
24+
uses: JamesIves/github-pages-deploy-action@v4.7.3
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
branch: gh-pages

.github/workflows/py314-sync-cpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
VERSION: "3.14"
1515
BRANCH: "cron/sync/3.14"
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v5
1818
with:
1919
ref: ${{ env.VERSION }}
2020

.github/workflows/summarize_progress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# added or changed files to the repository.
1515
contents: write
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v5
1818

1919
- name: Install poetry
2020
uses: abatilo/actions-poetry@v4
@@ -27,7 +27,7 @@ jobs:
2727

2828

2929
- name: Checkout wiki code
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v5
3131
with:
3232
repository: ${{github.repository}}.wiki
3333
path: markdown

0 commit comments

Comments
 (0)