File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 29
29
env :
30
30
KERAS_BACKEND : ${{ matrix.backend }}
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- name : Set up Python 3.10
34
- uses : actions/setup-python@v5
34
+ uses : actions/setup-python@v6
35
35
with :
36
36
python-version : ' 3.10'
37
37
- name : Get pip cache dir
77
77
name : Check the code format
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
- name : Set up Python 3.10
82
- uses : actions/setup-python@v5
82
+ uses : actions/setup-python@v6
83
83
with :
84
84
python-version : ' 3.10'
85
85
- name : Get pip cache dir
Original file line number Diff line number Diff line change 13
13
welcome :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
17
- - uses : actions/github-script@v7
16
+ - uses : actions/checkout@v5
17
+ - uses : actions/github-script@v8
18
18
with :
19
19
script : |
20
20
const script = require('./\.github/workflows/scripts/auto-assignment.js')
Original file line number Diff line number Diff line change 34
34
welcome :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
38
- - uses : actions/github-script@v7
37
+ - uses : actions/checkout@v5
38
+ - uses : actions/github-script@v8
39
39
with :
40
40
script : |
41
41
const script = require('./\.github/workflows/scripts/labeler.js')
Original file line number Diff line number Diff line change 16
16
needs : [run-test-for-nightly]
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Set up Python
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : ' 3.10'
24
24
- name : Get pip cache dir
Original file line number Diff line number Diff line change 10
10
name : Build and publish to PyPI
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- name : Set up Python
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
with :
17
17
python-version : ' 3.10'
18
18
- name : Get pip cache dir
Original file line number Diff line number Diff line change 12
12
pull-requests : write
13
13
steps :
14
14
- name : Awaiting response issues
15
- uses : actions/stale@v9
15
+ uses : actions/stale@v10
16
16
with :
17
17
operations-per-run : 500
18
18
days-before-issue-stale : 14
35
35
close-pr-message : " This PR was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further."
36
36
repo-token : ${{ secrets.GITHUB_TOKEN }}
37
37
- name : Contribution issues
38
- uses : actions/stale@v9
38
+ uses : actions/stale@v10
39
39
with :
40
40
operations-per-run : 500
41
41
days-before-issue-stale : 180
You can’t perform that action at this time.
0 commit comments