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 2929 env :
3030 KERAS_BACKEND : ${{ matrix.backend }}
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Set up Python 3.10
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.10'
3737 - name : Get pip cache dir
7777 name : Check the code format
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@v5
8181 - name : Set up Python 3.10
82- uses : actions/setup-python@v5
82+ uses : actions/setup-python@v6
8383 with :
8484 python-version : ' 3.10'
8585 - name : Get pip cache dir
Original file line number Diff line number Diff line change 1313 welcome :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/github-script@v7
16+ - uses : actions/checkout@v5
17+ - uses : actions/github-script@v8
1818 with :
1919 script : |
2020 const script = require('./\.github/workflows/scripts/auto-assignment.js')
Original file line number Diff line number Diff line change 3434 welcome :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
38- - uses : actions/github-script@v7
37+ - uses : actions/checkout@v5
38+ - uses : actions/github-script@v8
3939 with :
4040 script : |
4141 const script = require('./\.github/workflows/scripts/labeler.js')
Original file line number Diff line number Diff line change 1616 needs : [run-test-for-nightly]
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.10'
2424 - name : Get pip cache dir
Original file line number Diff line number Diff line change 1010 name : Build and publish to PyPI
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.10'
1818 - name : Get pip cache dir
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313 steps :
1414 - name : Awaiting response issues
15- uses : actions/stale@v9
15+ uses : actions/stale@v10
1616 with :
1717 operations-per-run : 500
1818 days-before-issue-stale : 14
3535 close-pr-message : " This PR was closed because it has been inactive for 56 days. Please reopen if you'd like to work on this further."
3636 repo-token : ${{ secrets.GITHUB_TOKEN }}
3737 - name : Contribution issues
38- uses : actions/stale@v9
38+ uses : actions/stale@v10
3939 with :
4040 operations-per-run : 500
4141 days-before-issue-stale : 180
You can’t perform that action at this time.
0 commit comments