File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- name : Auth Google Cloud SDK
11
- uses : google-github-actions/auth@v0
11
+ uses : google-github-actions/auth@v2
12
12
with :
13
13
credentials_json : ${{ secrets.GCP_SA_KEY }}
14
14
- name : Set up Google Cloud SDK
15
- uses : google-github-actions/setup-gcloud@v0
15
+ uses : google-github-actions/setup-gcloud@v2
16
16
with :
17
17
project_id : ${{ secrets.GCP_PROJECT_ID }}
18
18
- name : Set up Docker
19
19
run : |
20
20
gcloud auth configure-docker --quiet
21
- - uses : actions/setup-node@v3
21
+ - uses : actions/setup-node@v4
22
22
with :
23
- node-version : 18
23
+ node-version : 20
24
24
cache : ' yarn'
25
25
cache-dependency-path : ' **/yarn.lock'
26
26
43
43
yarn --cwd gitpod-web/ inject-commit-hash
44
44
45
45
- name : Docker build and push
46
- uses : docker/build-push-action@v3
46
+ uses : docker/build-push-action@v6
47
47
with :
48
48
push : true
49
49
context : gitpod-web
Original file line number Diff line number Diff line change 7
7
release :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
12
- - uses : actions/setup-node@v3
12
+ - uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 20
15
15
16
16
- name : Install dependencies
17
17
run : |
You can’t perform that action at this time.
0 commit comments