File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout repo
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Setup node
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
25
25
- name : Download deps
26
26
uses : bahmutov/npm-install@v1
@@ -33,12 +33,12 @@ jobs:
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Checkout repo
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v4
37
37
38
38
- name : Setup node
39
- uses : actions/setup-node@v3
39
+ uses : actions/setup-node@v4
40
40
with :
41
- node-version : 18
41
+ node-version : 20
42
42
43
43
- name : Download deps
44
44
uses : bahmutov/npm-install@v1
Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
- name : Set up QEMU
17
- uses : docker/setup-qemu-action@v2
17
+ uses : docker/setup-qemu-action@v3
18
18
- name : Set up Docker Buildx
19
- uses : docker/setup-buildx-action@v2
19
+ uses : docker/setup-buildx-action@v3
20
20
- name : Log in to Docker Hub
21
- uses : docker/login-action@v2
21
+ uses : docker/login-action@v3
22
22
with :
23
23
username : ${{ secrets.DOCKER_USERNAME }}
24
24
password : ${{ secrets.DOCKER_PASSWORD }}
25
- - name : Extract metadata (tags, labels) for Docker
25
+ - name : Docker meta
26
26
id : meta
27
- uses : docker/metadata-action@v4
27
+ uses : docker/metadata-action@v5
28
28
with :
29
29
images : blrchen/chatgpt-lite
30
- - name : Build and push multi-arch image
31
- uses : docker/build-push-action@v4
30
+ - name : Build and push
31
+ uses : docker/build-push-action@v5
32
32
with :
33
33
context : .
34
34
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments