Skip to content

Commit 6ef069b

Browse files
chore(deps): update github-actions (#16539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a03e999 commit 6ef069b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/cli.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
uses: actions/checkout@v4
5757

5858
- name: Set up QEMU
59-
uses: docker/setup-qemu-action@v3.4.0
59+
uses: docker/setup-qemu-action@v3.5.0
6060

6161
- name: Set up Docker Buildx
62-
uses: docker/setup-buildx-action@v3.9.0
62+
uses: docker/setup-buildx-action@v3.10.0
6363

6464
- name: Login to GitHub Container Registry
6565
uses: docker/login-action@v3
@@ -88,7 +88,7 @@ jobs:
8888
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
8989
9090
- name: Build and push image
91-
uses: docker/build-push-action@v6.13.0
91+
uses: docker/build-push-action@v6.15.0
9292
with:
9393
file: cli/Dockerfile
9494
platforms: linux/amd64,linux/arm64

.github/workflows/docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/checkout@v4
142142

143143
- name: Set up Docker Buildx
144-
uses: docker/setup-buildx-action@v3.9.0
144+
uses: docker/setup-buildx-action@v3.10.0
145145

146146
- name: Login to GitHub Container Registry
147147
uses: docker/login-action@v3
@@ -171,7 +171,7 @@ jobs:
171171
172172
- name: Build and push image
173173
id: build
174-
uses: docker/build-push-action@v6.13.0
174+
uses: docker/build-push-action@v6.15.0
175175
with:
176176
context: ${{ env.context }}
177177
file: ${{ env.file }}
@@ -334,7 +334,7 @@ jobs:
334334
335335
- name: Build and push image
336336
id: build
337-
uses: docker/build-push-action@v6.13.0
337+
uses: docker/build-push-action@v6.15.0
338338
with:
339339
context: ${{ env.context }}
340340
file: ${{ env.file }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
runs-on: ubuntu-latest
458458
services:
459459
postgres:
460-
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
460+
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52
461461
env:
462462
POSTGRES_PASSWORD: postgres
463463
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)