File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Set up QEMU
22
- uses : docker/setup-qemu-action@v2
22
+ uses : docker/setup-qemu-action@v3
23
23
24
24
- name : Set up Docker Buildx
25
- uses : docker/setup-buildx-action@v2
25
+ uses : docker/setup-buildx-action@v3
26
26
27
27
- name : AWS CLI v2
28
28
uses : imehedi/actions-awscli-v2@latest
@@ -83,15 +83,15 @@ jobs:
83
83
type=raw,value=${{ env.VERSION }}
84
84
85
85
- name : Login to GitHub Container Registry
86
- uses : docker/login-action@v2
86
+ uses : docker/login-action@v3
87
87
if : ${{ steps.tag.outputs.skipped != 'true' }}
88
88
with :
89
89
registry : ghcr.io
90
90
username : ${{ github.actor }}
91
91
password : ${{ secrets.PACKAGES_PAT }}
92
92
93
93
- name : Build and push Docker image
94
- uses : docker/build-push-action@v4
94
+ uses : docker/build-push-action@v6
95
95
if : ${{ steps.tag.outputs.skipped != 'true' }}
96
96
with :
97
97
context : chatgpt-retrieval-plugin
You can’t perform that action at this time.
0 commit comments