Skip to content

Commit 1a19920

Browse files
Update github workflows (major) (#297)
Update github workflows Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64a01f4 commit 1a19920

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Docker metadata
4242
id: docker-md
43-
uses: docker/metadata-action@v3
43+
uses: docker/metadata-action@v5
4444
with:
4545
images: livekit/sip
4646
# generate Docker tags based on the following events/attributes
@@ -49,18 +49,18 @@ jobs:
4949
type=semver,pattern=v{{major}}.{{minor}}
5050
5151
- name: Set up Go
52-
uses: actions/setup-go@v4
52+
uses: actions/setup-go@v5
5353
with:
5454
go-version: "1.22"
5555

5656
- name: Download Go modules
5757
run: go mod download
5858

5959
- name: Set up QEMU
60-
uses: docker/setup-qemu-action@v2
60+
uses: docker/setup-qemu-action@v3
6161

6262
- name: Set up Docker Buildx
63-
uses: docker/setup-buildx-action@v1
63+
uses: docker/setup-buildx-action@v3
6464

6565
- name: Login to DockerHub
6666
uses: docker/login-action@v3
@@ -69,7 +69,7 @@ jobs:
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}
7070

7171
- name: Build and push
72-
uses: docker/build-push-action@v2
72+
uses: docker/build-push-action@v6
7373
with:
7474
context: .
7575
file: ./build/sip/Dockerfile

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
if-no-files-found: error
7272

7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v5
7575
with:
7676
files: ./coverage.out,./coverage2.out

0 commit comments

Comments
 (0)