File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
access_token : ${{ github.token }}
33
33
34
- - uses : actions/checkout@v4.2.2
34
+ - uses : actions/checkout@v5.0.0
35
35
with :
36
36
fetch-depth : 0
37
37
92
92
with :
93
93
access_token : ${{ github.token }}
94
94
95
- - uses : actions/checkout@v4.2.2
95
+ - uses : actions/checkout@v5.0.0
96
96
with :
97
97
fetch-depth : 0
98
98
@@ -527,7 +527,7 @@ jobs:
527
527
conda update -n base --all
528
528
conda install conda-index -c conda-forge --override-channels
529
529
- name : Checkout dpctl repo
530
- uses : actions/checkout@v4.2.2
530
+ uses : actions/checkout@v5.0.0
531
531
with :
532
532
fetch-depth : 0
533
533
- name : Download artifact
@@ -682,7 +682,7 @@ jobs:
682
682
run : |
683
683
echo ${{ env.CHANNELS }}
684
684
- name : Checkout dpctl repo
685
- uses : actions/checkout@v4.2.2
685
+ uses : actions/checkout@v5.0.0
686
686
with :
687
687
fetch-depth : 0
688
688
- name : Cache array API tests
@@ -830,7 +830,7 @@ jobs:
830
830
run : conda install anaconda-client -c conda-forge --override-channels
831
831
832
832
- name : Checkout repo
833
- uses : actions/checkout@v4.2.2
833
+ uses : actions/checkout@v5.0.0
834
834
with :
835
835
repository : IntelPython/devops-tools
836
836
fetch-depth : 0
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
timeout-minutes : 30
19
19
steps :
20
- - uses : actions/checkout@v4.2.2
20
+ - uses : actions/checkout@v5.0.0
21
21
- name : Run clang-format style check for C/C++ programs.
22
22
23
23
with :
Original file line number Diff line number Diff line change 80
80
make && make install
81
81
82
82
- name : Checkout repo
83
- uses : actions/checkout@v4.2.2
83
+ uses : actions/checkout@v5.0.0
84
84
with :
85
85
fetch-depth : 0
86
86
Original file line number Diff line number Diff line change 63
63
sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling \
64
64
versioneer[toml]==0.29
65
65
- name : Checkout repo
66
- uses : actions/checkout@v4.2.2
66
+ uses : actions/checkout@v5.0.0
67
67
with :
68
68
fetch-depth : 0
69
69
persist-credentials : false
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : " Checkout code"
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
38
with :
39
39
persist-credentials : false
40
40
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
pip install numpy cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29
111
111
112
112
- name : Checkout repo
113
- uses : actions/checkout@v4.2.2
113
+ uses : actions/checkout@v5.0.0
114
114
with :
115
115
fetch-depth : 0
116
116
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-24.04
13
13
timeout-minutes : 30
14
14
steps :
15
- - uses : actions/checkout@v4.2.2
15
+ - uses : actions/checkout@v5.0.0
16
16
- uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.12'
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
timeout-minutes : 30
20
20
steps :
21
- - uses : actions/checkout@v4.2.2
21
+ - uses : actions/checkout@v5.0.0
22
22
- uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.11'
34
34
# Steps represent a sequence of tasks that will be executed as part of the job
35
35
steps :
36
36
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37
- - uses : actions/checkout@v4.2.2
37
+ - uses : actions/checkout@v5.0.0
38
38
# Set up a Python environment for use in actions
39
39
- uses : actions/setup-python@v5
40
40
with :
52
52
timeout-minutes : 30
53
53
54
54
steps :
55
- - uses : actions/checkout@v4.2.2
55
+ - uses : actions/checkout@v5.0.0
56
56
- name : Set up Python
57
57
uses : actions/setup-python@v5
58
58
with :
You can’t perform that action at this time.
0 commit comments