File tree Expand file tree Collapse file tree 4 files changed +9
-16
lines changed Expand file tree Collapse file tree 4 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 7
7
ci :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
12
12
- name : Install Dependencies
13
13
run : sudo apt-get install gettext
Original file line number Diff line number Diff line change 1
1
name : deploy-gh-page
2
2
3
3
on :
4
- push :
5
- branches :
6
- - " 3.12"
4
+ pull_request :
7
5
8
6
jobs :
9
7
cd :
10
8
runs-on : ubuntu-latest
11
9
steps :
12
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
13
11
14
12
- name : Install Dependencies
15
13
run : sudo apt-get install gettext
Original file line number Diff line number Diff line change 1
1
name : python-3.12-sync-with-cpython
2
2
3
3
on :
4
- push :
5
- branches :
6
- - " 3.12"
7
- schedule :
8
- - cron : " 0 0 * * *"
4
+ pull_request :
9
5
10
6
jobs :
11
7
sync :
14
10
VERSION : " 3.12"
15
11
BRANCH : " cron/sync/3.12"
16
12
steps :
17
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
18
14
with :
19
15
ref : ${{ env.VERSION }}
20
16
61
57
- name : Check outputs
62
58
run : |
63
59
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
64
- echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
60
+ echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
Original file line number Diff line number Diff line change 1
1
name : summarize_progress
2
2
3
3
on :
4
- schedule :
5
- - cron : ' 30 23 * * 5'
4
+ pull_request :
6
5
7
6
jobs :
8
7
ci :
13
12
# added or changed files to the repository.
14
13
contents : write
15
14
steps :
16
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
17
16
18
17
- name : Install poetry
19
18
uses : abatilo/actions-poetry@v3
40
39
uses : stefanzweifel/git-auto-commit-action@v5
41
40
with :
42
41
commit_message : Weekly Update -- Summarize Progress
43
- repository : markdown
42
+ repository : markdown
You can’t perform that action at this time.
0 commit comments