File tree 9 files changed +22
-22
lines changed
9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 8
8
name : Auto Label
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
13
13
env :
14
14
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ jobs:
35
35
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v2
39
- - uses : actions/setup-dotnet@v1
38
+ uses : actions/checkout@v3
39
+ - uses : actions/setup-dotnet@v3
40
40
with :
41
41
dotnet-version : ' 6.0.403'
42
- - uses : actions/cache@v2
42
+ - uses : actions/cache@v3
43
43
with :
44
44
path : ~/.nuget/packages
45
45
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
46
46
restore-keys : |
47
47
${{ runner.os }}-nuget-
48
- - uses : actions/cache@v2
48
+ - uses : actions/cache@v3
49
49
with :
50
50
path : ~/.local/share/ElasticManaged/elasticsearch-${{ matrix.stack_version }}
51
51
key : ${{ runner.os }}-elastic-managed-${{ matrix.stack_version }}
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
13
13
- name : Check license headers
14
14
run : |
Original file line number Diff line number Diff line change 14
14
name : " Bump ${{ github.event.inputs.version }} on branch ${{ github.event.inputs.branch }} "
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
ref : " ${{ github.event.inputs.branch }}"
20
20
- run : " ./.ci/make.sh bump ${{ github.event.inputs.version }}"
33
33
Updates ${{ github.event.inputs.branch }} to version ${{ github.event.inputs.version }}.
34
34
labels : " infra,code-gen"
35
35
# Add version and backport labels automatically
36
- - uses : actions/setup-dotnet@v1
36
+ - uses : actions/setup-dotnet@v3
37
37
with :
38
38
dotnet-version : ' 6.0.403'
39
39
- name : Install dotnet-script
Original file line number Diff line number Diff line change 26
26
matrix :
27
27
branch : ${{ fromJson(needs.active-branches.outputs.matrix) }}
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
with :
31
31
ref : " ${{ matrix.branch }}"
32
32
- run : " ./.ci/make.sh codegen ${{ matrix.branch }}"
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
matrix :
46
46
branch : ${{ fromJson(needs.active-branches.outputs.matrix) }}
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v3
49
49
with :
50
50
ref : " ${{ matrix.branch }}"
51
51
52
- - uses : actions/setup-dotnet@v1
52
+ - uses : actions/setup-dotnet@v3
53
53
with :
54
54
dotnet-version : ' 6.0.403'
55
55
- name : Install dotnet-script
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v2
25
- - uses : actions/setup-dotnet@v1
24
+ uses : actions/checkout@v3
25
+ - uses : actions/setup-dotnet@v3
26
26
with :
27
27
dotnet-version : ' 6.0.403'
28
- - uses : actions/cache@v2
28
+ - uses : actions/cache@v3
29
29
with :
30
30
path : ~/.nuget/packages
31
31
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v2
24
- - uses : actions/setup-dotnet@v1
23
+ uses : actions/checkout@v3
24
+ - uses : actions/setup-dotnet@v3
25
25
with :
26
26
dotnet-version : ' 6.0.403'
27
- - uses : actions/cache@v2
27
+ - uses : actions/cache@v3
28
28
with :
29
29
path : ~/.nuget/packages
30
30
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -50,11 +50,11 @@ jobs:
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : Checkout
53
- uses : actions/checkout@v2
54
- - uses : actions/setup-dotnet@v1
53
+ uses : actions/checkout@v3
54
+ - uses : actions/setup-dotnet@v3
55
55
with :
56
56
dotnet-version : ' 6.0.403'
57
- - uses : actions/cache@v2
57
+ - uses : actions/cache@v3
58
58
with :
59
59
path : ~/.nuget/packages
60
60
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v2
29
- - uses : actions/setup-dotnet@v1
28
+ uses : actions/checkout@v3
29
+ - uses : actions/setup-dotnet@v3
30
30
with :
31
31
dotnet-version : ' 6.0.403'
32
32
You can’t perform that action at this time.
0 commit comments