Skip to content

Commit 2a2b1cf

Browse files
update github CI
1 parent 5affd93 commit 2a2b1cf

File tree

3 files changed

+6
-15563
lines changed

3 files changed

+6
-15563
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test-and-build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: oven-sh/setup-bun@v2
1515
- name: Install dependencies
1616
run: bun install --frozen-lockfile

.github/workflows/main-branch-docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Set up QEMU
14-
uses: docker/setup-qemu-action@v3
14+
uses: docker/setup-qemu-action@v4
1515
- name: Set up Docker Buildx
16-
uses: docker/setup-buildx-action@v3
16+
uses: docker/setup-buildx-action@v4
1717
- name: Login to Docker Hub
18-
uses: docker/login-action@v3
18+
uses: docker/login-action@v4
1919
with:
2020
username: ${{ secrets.DOCKERHUB_USERNAME }}
2121
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
CI: false
4444
- name: Build and push
45-
uses: docker/build-push-action@v6
45+
uses: docker/build-push-action@v7
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)