File tree Expand file tree Collapse file tree 17 files changed +26
-26
lines changed Expand file tree Collapse file tree 17 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
if : github.repository == 'intel/llvm'
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
with :
21
21
path : repo
22
22
- name : Install deps
Original file line number Diff line number Diff line change 36
36
contains(github.event.action == 'opened' && github.event.issue.body || github.event.comment.body, '/cherry-pick')
37
37
steps :
38
38
- name : Fetch LLVM sources
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
with :
41
41
repository : llvm/llvm-project
42
42
# GitHub stores the token used for checkout and uses it for pushes
71
71
72
72
steps :
73
73
- name : Fetch LLVM sources
74
- uses : actions/checkout@v2
74
+ uses : actions/checkout@v3
75
75
with :
76
76
persist-credentials : false
77
77
Original file line number Diff line number Diff line change @@ -143,14 +143,14 @@ jobs:
143
143
# Remove symbol versioning from dumps, so we can compare across major versions.
144
144
sed -i 's/LLVM_${{ matrix.llvm_version_major }}/LLVM_NOVERSION/' ${{ matrix.ref }}.abi
145
145
- name : Upload ABI file
146
- uses : actions/upload-artifact@v1
146
+ uses : actions/upload-artifact@v2
147
147
with :
148
148
name : ${{ matrix.name }}
149
149
path : ${{ matrix.ref }}.abi
150
150
151
151
- name : Upload symbol list file
152
152
if : matrix.name == 'build-baseline'
153
- uses : actions/upload-artifact@v1
153
+ uses : actions/upload-artifact@v2
154
154
with :
155
155
name : symbol-list
156
156
path : llvm.symbols
@@ -189,7 +189,7 @@ jobs:
189
189
abi-compliance-checker $EXTRA_ARGS -l libLLVM.so -old build-baseline/*.abi -new build-latest/*.abi || test "${{ needs.abi-dump-setup.outputs.ABI_HEADERS }}" = "llvm-c"
190
190
- name : Upload ABI Comparison
191
191
if : always()
192
- uses : actions/upload-artifact@v1
192
+ uses : actions/upload-artifact@v2
193
193
with :
194
194
name : compat-report-${{ github.sha }}
195
195
path : compat_reports/
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
32
32
with :
33
33
fetch-depth : 2
34
34
- name : Build and Push Container
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@v2
50
+ uses : actions/checkout@v3
51
51
with :
52
52
fetch-depth : 2
53
53
- name : Build and Push Container
70
70
needs : base_image_ubuntu2004
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@v2
73
+ uses : actions/checkout@v3
74
74
with :
75
75
fetch-depth : 2
76
76
- name : Get dependencies configuration
@@ -108,7 +108,7 @@ jobs:
108
108
needs : base_image_ubuntu2004
109
109
steps :
110
110
- name : Checkout
111
- uses : actions/checkout@v2
111
+ uses : actions/checkout@v3
112
112
with :
113
113
fetch-depth : 2
114
114
- name : Get dependencies configuration
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ jobs:
226
226
sudo -E /opt/install_drivers.sh --all
227
227
fi
228
228
# FIXME cached_checkout fails here, but works everywhere else
229
- - uses : actions/checkout@v2
229
+ - uses : actions/checkout@v3
230
230
with :
231
231
persist-credentials : false
232
232
path : llvm
@@ -277,7 +277,7 @@ jobs:
277
277
fi
278
278
# FIXME cached_checkout fails here, but works everywhere else
279
279
# TODO: figure out if we remove this action
280
- - uses : actions/checkout@v2
280
+ - uses : actions/checkout@v3
281
281
with :
282
282
path : llvm
283
283
# TODO should this action be packed into container as well?
Original file line number Diff line number Diff line change 47
47
runs-on : ubuntu-latest
48
48
needs : ubuntu2004_build_test
49
49
steps :
50
- - uses : actions/checkout@v2
50
+ - uses : actions/checkout@v3
51
51
- uses : actions/download-artifact@v2
52
52
with :
53
53
name : sycl_linux_default
Original file line number Diff line number Diff line change 44
44
runs-on : ubuntu-20.04
45
45
if : github.repository == 'intel/llvm'
46
46
steps :
47
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v3
48
48
with :
49
49
path : src
50
50
- name : Install Ubuntu deps
@@ -104,7 +104,7 @@ jobs:
104
104
- name : Pack
105
105
run : tar -czvf llvm_sycl.tar.gz -C $GITHUB_WORKSPACE/build/install .
106
106
- name : Upload artifacts
107
- uses : actions/upload-artifact@v1
107
+ uses : actions/upload-artifact@v2
108
108
with :
109
109
name : sycl_linux_${{ matrix.config }}
110
110
path : llvm_sycl.tar.gz
Original file line number Diff line number Diff line change 29
29
steps :
30
30
- name : ' PR commits + 1'
31
31
run : echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3
33
33
with :
34
34
ref : ${{ github.event.pull_request.head.sha }}
35
35
persist-credentials : false
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
if : github.repository == 'intel/llvm'
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Update dependencies file
15
15
run : |
16
16
version="$(python3 devops/scripts/update_drivers.py linux)"
Original file line number Diff line number Diff line change 23
23
git config --global core.autocrlf false
24
24
echo "C:\Program Files\Git\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
25
25
echo "SCCACHE_DIR=D:\github\_work\cache\${{ inputs.build_cache_suffix }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
with :
28
28
path : src
29
29
fetch-depth : 1
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
if : github.repository == 'intel/llvm'
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
with :
13
13
# persist-credentials: false allows us to use our own credentials for
14
14
# pushing to the repository. Otherwise, the default github actions token
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Fetch LLVM sources
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 0
21
21
Original file line number Diff line number Diff line change @@ -62,5 +62,5 @@ inputs:
62
62
default : " us-east-2" # Ohio
63
63
64
64
runs :
65
- using : node12
65
+ using : node16
66
66
main : ./aws-ec2.js
Original file line number Diff line number Diff line change 2
2
"name" : " aws-ec2" ,
3
3
"description" : " Start AWS EC2 spot instances with Github actions runner agent in it" ,
4
4
"dependencies" : {
5
- "@actions/core" : " 1.9.1 " ,
5
+ "@actions/core" : " 1.10.0 " ,
6
6
"@actions/github" : " 5.0.3" ,
7
7
"aws-sdk" : " 2.1179.0"
8
8
}
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ runs:
26
26
using : " composite"
27
27
steps :
28
28
- name : Login to GitHub Container Registry
29
- uses : docker/login-action@v1
29
+ uses : docker/login-action@v2
30
30
with :
31
31
registry : ghcr.io
32
32
username : ${{ inputs.username }}
33
33
password : ${{ inputs.password }}
34
34
- name : Build and Push Container
35
- uses : docker/build-push-action@v2
35
+ uses : docker/build-push-action@v3
36
36
with :
37
37
push : ${{ inputs.push }}
38
38
tags : ${{ inputs.tags }}
Original file line number Diff line number Diff line change 34
34
- name : Checkout
35
35
env :
36
36
GIT_ALTERNATE_OBJECT_DIRECTORIES : ${{ inputs.cache_path }}/${{ inputs.repository }}/.git/objects
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v3
38
38
with :
39
39
persist-credentials : false
40
40
repository : ${{ inputs.repository }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Cleanup'
2
2
description : ' Cleanup work directory upon job finish'
3
3
4
4
runs :
5
- using : ' node12 '
5
+ using : ' node16 '
6
6
main : ' dummy.js'
7
7
post : ' cleanup.js'
8
8
You can’t perform that action at this time.
0 commit comments