Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/kafka-0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed May 6, 2024
2 parents 62b5b7d + f3515f8 commit 4433433
Show file tree
Hide file tree
Showing 93 changed files with 4,844 additions and 6,231 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
cd -
- name: Deploy | Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
path: ${{ matrix.name }}
Expand All @@ -127,11 +127,11 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
fetch-depth: 0

- name: Setup | Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.16"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testdrive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 4433433

Please sign in to comment.