File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ jobs:
3030 name : Linux•Bazel(${{ matrix.bazel.compilation_mode }})•C++${{ matrix.cpp.version }}•Python${{ matrix.python.version }}
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Check Java
3535 run : java -version
3636 - name : Setup Python
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : ${{ matrix.python.version }}
4040 - name : Check Python
4141 run : |
4242 python --version
4343 python -m platform
44- - uses : bazel-contrib/setup-bazel@0.8.4
44+ - uses : bazel-contrib/setup-bazel@0.15.0
4545 with :
4646 bazelisk-cache : true
4747 disk-cache : ${{ github.workflow }}
7171 runs-on : ubuntu-latest
7272 needs : native
7373 steps :
74- - uses : actions/checkout@v4
74+ - uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 name : MacOS•Bazel(${{ matrix.bazel.compilation_mode }})•C++${{ matrix.cpp.version }}•Python${{ matrix.python.version }}
3131 runs-on : macos-13 # last macos intel based runner
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Set Java to OpenJDK 17 (Temurin)
35- uses : actions/setup-java@v3
35+ uses : actions/setup-java@v5
3636 with :
3737 distribution : ' temurin'
3838 java-version : ' 17'
3939 - name : Setup Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ matrix.python.version }}
4343 - name : Check Python
6969 runs-on : ubuntu-latest
7070 needs : native
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 3838 name : ${{ matrix.runner }}•Bazel(${{ matrix.bazel.compilation_mode }})•C++${{ matrix.cpp.version }}•Python${{ matrix.python.version }}
3939 runs-on : ${{ matrix.runner }}
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : Setup Python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python.version }}
4646 - name : Check Python
7474 runs-on : ubuntu-latest
7575 needs : native
7676 steps :
77- - uses : actions/checkout@v4
77+ - uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 name : MacOS•Bazel(${{ matrix.bazel.compilation_mode }})•C++${{ matrix.cpp.version }}•Python${{ matrix.python.version }}
3131 runs-on : macos-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Set Java to OpenJDK 17 (Temurin)
35- uses : actions/setup-java@v3
35+ uses : actions/setup-java@v5
3636 with :
3737 distribution : ' temurin'
3838 java-version : ' 17'
3939 - name : Setup Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ matrix.python.version }}
4343 - name : Check Python
6969 runs-on : ubuntu-latest
7070 needs : native
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1414 env :
1515 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1616 steps :
17- - uses : actions/checkout@v4.1.7
17+ - uses : actions/checkout@v5
1818 - run : |
1919 gh release create "${GITHUB_REF_NAME}" \
2020 --generate-notes --latest --verify-tag \
You can’t perform that action at this time.
0 commit comments