File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-26.04
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 2424 - cpp
2525 - python
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 submodules : recursive
3030 - name : Setup environment
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Check out code
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929
3030 - name : Set up QEMU
3131 uses : docker/setup-qemu-action@v4
Original file line number Diff line number Diff line change 1919 matrix :
2020 build_type : [Release, Debug]
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 with :
2424 submodules : recursive
2525 - name : Setup macOS toolchain
5555 - clang-build
5656 runs-on : macOS-26
5757 steps :
58- - uses : actions/checkout@v6
58+ - uses : actions/checkout@v7
5959 - name : Setup macOS toolchain
6060 uses : ./.github/actions/setup-macos-toolchain
6161 - name : Download installed package
7777 - clang-test
7878 runs-on : macOS-26
7979 steps :
80- - uses : actions/checkout@v6
80+ - uses : actions/checkout@v7
8181 - name : Setup macOS toolchain
8282 uses : ./.github/actions/setup-macos-toolchain
8383 - name : Download installed package
Original file line number Diff line number Diff line change 2222 ppc_tasks : ${{ steps.detect.outputs.ppc_tasks }}
2323 task_scoped : ${{ steps.detect.outputs.task_scoped }}
2424 steps :
25- - uses : actions/checkout@v6
25+ - uses : actions/checkout@v7
2626 if : ${{ github.event_name == 'pull_request' }}
2727 with :
2828 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 id-token : write
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 with :
2222 persist-credentials : false
2323 - name : Run analysis
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-26.04
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 - name : Install Doxygen
1919 run : |
2020 sudo apt-get update
3232 - build-doxygen-xml
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v7
3636 - name : Set up Python
3737 uses : actions/setup-python@v6
3838 with :
6767 runs-on : ubuntu-26.04
6868 steps :
6969 - name : Checkout repository
70- uses : actions/checkout@v6
70+ uses : actions/checkout@v7
7171 - name : Set up Python
7272 uses : actions/setup-python@v6
7373 with :
Original file line number Diff line number Diff line change 1616 username : ${{ github.actor }}
1717 password : ${{ secrets.GITHUB_TOKEN }}
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - name : Setup environment
2121 run : |
2222 python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
4444 macos-clang-build-perf-stats :
4545 runs-on : macOS-26
4646 steps :
47- - uses : actions/checkout@v6
47+ - uses : actions/checkout@v7
4848 - name : Setup macOS toolchain
4949 uses : ./.github/actions/setup-macos-toolchain
5050 - name : Setup environment
Original file line number Diff line number Diff line change 1212 if : github.repository == 'learning-process/parallel_programming_course'
1313 runs-on : ubuntu-26.04
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 - name : Check links
1717 uses : lycheeverse/lychee-action@v2
1818 with :
4343 github.event.pull_request.body,
4444 'Please go to the `Preview` tab and select the appropriate template:')
4545 run : exit 1
46- - uses : actions/checkout@v6
46+ - uses : actions/checkout@v7
4747 with :
4848 submodules : recursive
4949 fetch-depth : 0
Original file line number Diff line number Diff line change 3131 ppc_tasks : ${{ steps.detect.outputs.ppc_tasks }}
3232 task_scoped : ${{ steps.detect.outputs.task_scoped }}
3333 steps :
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@v7
3535 with :
3636 fetch-depth : 0
3737 - name : Detect CI task scope
5454 username : ${{ github.actor }}
5555 password : ${{ secrets.GITHUB_TOKEN }}
5656 steps :
57- - uses : actions/checkout@v6
57+ - uses : actions/checkout@v7
5858 with :
5959 submodules : recursive
6060 fetch-depth : 0
@@ -105,7 +105,7 @@ jobs:
105105 username : ${{ github.actor }}
106106 password : ${{ secrets.GITHUB_TOKEN }}
107107 steps :
108- - uses : actions/checkout@v6
108+ - uses : actions/checkout@v7
109109 with :
110110 submodules : recursive
111111 fetch-depth : 0
@@ -148,7 +148,7 @@ jobs:
148148 nolint-check :
149149 runs-on : ubuntu-26.04
150150 steps :
151- - uses : actions/checkout@v6
151+ - uses : actions/checkout@v7
152152 with :
153153 fetch-depth : 0
154154 - name : Search for linter suppression markers
@@ -190,7 +190,7 @@ jobs:
190190 task-backend-api-check :
191191 runs-on : ubuntu-26.04
192192 steps :
193- - uses : actions/checkout@v6
193+ - uses : actions/checkout@v7
194194 with :
195195 fetch-depth : 0
196196 - name : Check task backend API usage
You can’t perform that action at this time.
0 commit comments