File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 env :
3434 KERAS_BACKEND : ${{ matrix.backend }}
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@v7
3737 - name : Set up Python 3.11
3838 uses : actions/setup-python@v6
3939 with :
4444 python -m pip install --upgrade pip setuptools
4545 echo "::set-output name=dir::$(pip cache dir)"
4646 - name : pip cache
47- uses : actions/cache@v5
47+ uses : actions/cache@v6
4848 with :
4949 path : ${{ steps.pip-cache.outputs.dir }}
5050 key : ${{ runner.os }}-pip-${{ hashFiles('requirements-common.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('pyproject.toml') }}
7979 name : Check the code format
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@v6
82+ - uses : actions/checkout@v7
8383 - name : Set up Python 3.11
8484 uses : actions/setup-python@v6
8585 with :
9090 python -m pip install --upgrade pip setuptools
9191 echo "::set-output name=dir::$(pip cache dir)"
9292 - name : pip cache
93- uses : actions/cache@v5
93+ uses : actions/cache@v6
9494 with :
9595 path : ${{ steps.pip-cache.outputs.dir }}
9696 key : ${{ runner.os }}-pip-${{ hashFiles('requirements-common.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 1616 welcome :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - uses : actions/github-script@v9
2121 with :
2222 script : |
Original file line number Diff line number Diff line change 7474 return issue;
7575
7676 - name : ' Checkout'
77- uses : ' actions/checkout@v6 '
77+ uses : ' actions/checkout@v7 '
7878
7979 - name : ' Get Repository Labels'
8080 id : ' get_labels'
Original file line number Diff line number Diff line change 3434 welcome :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v6
37+ - uses : actions/checkout@v7
3838 - uses : actions/github-script@v9
3939 with :
4040 script : |
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@v6
19+ - uses : actions/checkout@v7
2020 - name : Set up Python
2121 uses : actions/setup-python@v6
2222 with :
2727 python -m pip install --upgrade pip setuptools
2828 echo "::set-output name=dir::$(pip cache dir)"
2929 - name : pip cache
30- uses : actions/cache@v5
30+ uses : actions/cache@v6
3131 with :
3232 path : ${{ steps.pip-cache.outputs.dir }}
3333 key : ${{ runner.os }}-pip-${{ hashFiles('requirements-common.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('pyproject.toml') }}
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@v6
13+ - uses : actions/checkout@v7
1414 - name : Set up Python
1515 uses : actions/setup-python@v6
1616 with :
2121 python -m pip install --upgrade pip setuptools
2222 echo "::set-output name=dir::$(pip cache dir)"
2323 - name : pip cache
24- uses : actions/cache@v5
24+ uses : actions/cache@v6
2525 with :
2626 path : ${{ steps.pip-cache.outputs.dir }}
2727 key : ${{ runner.os }}-pip-${{ hashFiles('requirements-common.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments