File tree Expand file tree Collapse file tree 14 files changed +37
-37
lines changed
Expand file tree Collapse file tree 14 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 77 if : github.repository == 'your github repo' # swap here with your project id
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 with :
1212 # pull_request_target runs the workflow in the context of the base repo
1313 # as such actions/checkout needs to be explicit configured to retrieve
8383 --health-timeout 5s
8484 --health-retries 5
8585 steps :
86- - uses : actions/checkout@v3
86+ - uses : actions/checkout@v4
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@v3
28+ - uses : actions/checkout@v4
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@v3
28+ - uses : actions/checkout@v4
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@v3
21+ uses : actions/checkout@v4
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@v3
58+ - uses : actions/checkout@v4
5959 - name : Setup Python
6060 uses : actions/setup-python@v3
6161 with :
8181 name : Build source distribution
8282 runs-on : macos-12
8383 steps :
84- - uses : actions/checkout@v3
84+ - uses : actions/checkout@v4
8585 - name : Setup Python
8686 id : setup-python
8787 uses : actions/setup-python@v3
@@ -120,7 +120,7 @@ jobs:
120120 env :
121121 REGISTRY : feastdev
122122 steps :
123- - uses : actions/checkout@v3
123+ - uses : actions/checkout@v4
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@v3
21+ - uses : actions/checkout@v4
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@v3
56+ - uses : actions/checkout@v4
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@v3
66+ - uses : actions/checkout@v4
6767 with :
6868 submodules : ' true'
6969 - name : Set up JDK 11
9797 env :
9898 PYTHON : 3.9
9999 steps :
100- - uses : actions/checkout@v3
100+ - uses : actions/checkout@v4
101101 with :
102102 submodules : ' true'
103103 - name : Set up JDK 11
Original file line number Diff line number Diff line change 1616 github.repository == 'feast-dev/feast'
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 with :
2121 # pull_request_target runs the workflow in the context of the base repo
2222 # as such actions/checkout needs to be explicit configured to retrieve
3535 runs-on : ubuntu-latest
3636 needs : lint-java
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 with :
4040 # pull_request_target runs the workflow in the context of the base repo
4141 # as such actions/checkout needs to be explicit configured to retrieve
8181 MAVEN_CACHE : gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
8282 REGISTRY : gcr.io/kf-feast
8383 steps :
84- - uses : actions/checkout@v3
84+ - uses : actions/checkout@v4
8585 with :
8686 submodules : ' true'
8787 - name : Setup Python
@@ -113,7 +113,7 @@ jobs:
113113 env :
114114 PYTHON : 3.9
115115 steps :
116- - uses : actions/checkout@v3
116+ - uses : actions/checkout@v4
117117 with :
118118 # pull_request_target runs the workflow in the context of the base repo
119119 # 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.9
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Setup Python
1313 id : setup-python
1414 uses : actions/setup-python@v5
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@v3
13+ - uses : actions/checkout@v4
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@v3
84+ - uses : actions/checkout@v4
8585 - name : Setup Python
8686 id : setup-python
8787 uses : actions/setup-python@v3
@@ -157,7 +157,7 @@ jobs:
157157 MAVEN_CACHE : gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
158158 REGISTRY : gcr.io/kf-feast
159159 steps :
160- - uses : actions/checkout@v3
160+ - uses : actions/checkout@v4
161161 - name : Set up QEMU
162162 uses : docker/setup-qemu-action@v1
163163 - 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@v3
20+ - uses : actions/checkout@v4
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@v3
32+ - uses : actions/checkout@v4
3333 with :
3434 ref : master
3535 - name : Setup Python
6666 needs : [check_date]
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 with :
7171 ref : master
7272 submodules : recursive
@@ -140,7 +140,7 @@ jobs:
140140 --health-timeout 5s
141141 --health-retries 5
142142 steps :
143- - uses : actions/checkout@v3
143+ - uses : actions/checkout@v4
144144 with :
145145 ref : master
146146 submodules : recursive
Original file line number Diff line number Diff line change 2121 github.repository == 'feast-dev/feast'
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 # pull_request_target runs the workflow in the context of the base repo
2727 # as such actions/checkout needs to be explicit configured to retrieve
@@ -102,7 +102,7 @@ jobs:
102102 --health-timeout 5s
103103 --health-retries 5
104104 steps :
105- - uses : actions/checkout@v3
105+ - uses : actions/checkout@v4
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