File tree Expand file tree Collapse file tree 14 files changed +34
-34
lines changed
Expand file tree Collapse file tree 14 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 8383 --health-timeout 5s
8484 --health-retries 5
8585 steps :
86- - uses : actions/checkout@v2
86+ - uses : actions/checkout@v3
8787 with :
8888 # pull_request_target runs the workflow in the context of the base repo
8989 # as such actions/checkout needs to be explicit configured to retrieve
Original file line number Diff line number Diff line change 2525 --health-timeout 5s
2626 --health-retries 5
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929 with :
3030 # pull_request_target runs the workflow in the context of the base repo
3131 # as such actions/checkout needs to be explicit configured to retrieve
Original file line number Diff line number Diff line change 2525 --health-timeout 5s
2626 --health-retries 5
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929 with :
3030 # pull_request_target runs the workflow in the context of the base repo
3131 # as such actions/checkout needs to be explicit configured to retrieve
Original file line number Diff line number Diff line change 1818 highest_semver_tag : ${{ steps.get_highest_semver.outputs.highest_semver_tag }}
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222 with :
2323 persist-credentials : false
2424 - name : Get release version
5555 name : Build wheels
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v2
58+ - uses : actions/checkout@v3
5959 - name : Setup Python
6060 uses : actions/setup-python@v2
6161 with :
8181 name : Build source distribution
8282 runs-on : macos-latest
8383 steps :
84- - uses : actions/checkout@v2
84+ - uses : actions/checkout@v3
8585 - name : Setup Python
8686 id : setup-python
8787 uses : actions/setup-python@v2
@@ -120,7 +120,7 @@ jobs:
120120 env :
121121 REGISTRY : feastdev
122122 steps :
123- - uses : actions/checkout@v2
123+ - uses : actions/checkout@v3
124124 - name : Set up QEMU
125125 uses : docker/setup-qemu-action@v1
126126 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 1818 MAVEN_CACHE : gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
1919 REGISTRY : gcr.io/kf-feast
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 with :
2323 submodules : ' true'
2424 - name : Setup Python
5353 if : github.repository == 'feast-dev/feast'
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v3
5757 with :
5858 submodules : ' true'
5959 - name : Lint java
6363 if : github.repository == 'feast-dev/feast'
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : actions/checkout@v2
66+ - uses : actions/checkout@v3
6767 with :
6868 submodules : ' true'
6969 - name : Set up JDK 11
9797 env :
9898 PYTHON : 3.8
9999 steps :
100- - uses : actions/checkout@v2
100+ - uses : actions/checkout@v3
101101 with :
102102 submodules : ' true'
103103 - name : Set up JDK 11
Original file line number Diff line number Diff line change 1212 if : github.repository == 'feast-dev/feast'
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 with :
1717 # pull_request_target runs the workflow in the context of the base repo
1818 # as such actions/checkout needs to be explicit configured to retrieve
2727 runs-on : ubuntu-latest
2828 needs : lint-java
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 with :
3232 # pull_request_target runs the workflow in the context of the base repo
3333 # as such actions/checkout needs to be explicit configured to retrieve
6969 MAVEN_CACHE : gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
7070 REGISTRY : gcr.io/kf-feast
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v3
7373 with :
7474 submodules : ' true'
7575 - name : Setup Python
@@ -101,7 +101,7 @@ jobs:
101101 env :
102102 PYTHON : 3.8
103103 steps :
104- - uses : actions/checkout@v2
104+ - uses : actions/checkout@v3
105105 with :
106106 # pull_request_target runs the workflow in the context of the base repo
107107 # as such actions/checkout needs to be explicit configured to retrieve
Original file line number Diff line number Diff line change 88 env :
99 PYTHON : 3.8
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 - name : Setup Python
1313 id : setup-python
1414 uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 1010 if : github.repository == 'feast-dev/feast'
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : Set up QEMU
1515 uses : docker/setup-qemu-action@v1
1616 - name : Set up Docker Buildx
8181 --health-timeout 5s
8282 --health-retries 5
8383 steps :
84- - uses : actions/checkout@v2
84+ - uses : actions/checkout@v3
8585 - name : Setup Python
8686 id : setup-python
8787 uses : actions/setup-python@v2
@@ -166,7 +166,7 @@ jobs:
166166 MAVEN_CACHE : gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
167167 REGISTRY : gcr.io/kf-feast
168168 steps :
169- - uses : actions/checkout@v2
169+ - uses : actions/checkout@v3
170170 - name : Set up QEMU
171171 uses : docker/setup-qemu-action@v1
172172 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 1717 outputs :
1818 WAS_EDITED : ${{ steps.check_date.outputs.WAS_EDITED }}
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 with :
2222 ref : master
2323 - id : check_date
2929 runs-on : ubuntu-latest
3030 name : Cleanup Bigtable / Dynamo tables which can fail to cleanup
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v3
3333 with :
3434 ref : master
3535 - name : Setup Python
@@ -140,7 +140,7 @@ jobs:
140140 --health-timeout 5s
141141 --health-retries 5
142142 steps :
143- - uses : actions/checkout@v2
143+ - uses : actions/checkout@v3
144144 with :
145145 ref : master
146146 submodules : recursive
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 --health-timeout 5s
103103 --health-retries 5
104104 steps :
105- - uses : actions/checkout@v2
105+ - uses : actions/checkout@v3
106106 with :
107107 # pull_request_target runs the workflow in the context of the base repo
108108 # as such actions/checkout needs to be explicit configured to retrieve
You can’t perform that action at this time.
0 commit comments