Skip to content

Commit d7f2101

Browse files
committed
chore: Update github actions.
1 parent e71a68b commit d7f2101

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
with:
2626
driver: docker
2727
- name: Build toxchat/c-toxcore:sources
28-
uses: docker/build-push-action@v4
28+
uses: docker/build-push-action@v5
2929
with:
3030
file: other/docker/sources/sources.Dockerfile
3131
tags: toxchat/c-toxcore:sources
3232
- name: Docker Build
33-
uses: docker/build-push-action@v4
33+
uses: docker/build-push-action@v5
3434
with:
3535
file: other/docker/${{ matrix.tool }}/${{ matrix.tool }}.Dockerfile
3636

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
latest:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
submodules: recursive
1414
- name: Install libraries

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
username: ${{ secrets.DOCKERHUB_USERNAME }}
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050
- name: Build and push
51-
uses: docker/build-push-action@v4
51+
uses: docker/build-push-action@v5
5252
with:
5353
context: "{{defaultContext}}:other/bootstrap_daemon/websocket"
5454
push: ${{ github.event_name == 'push' }}
@@ -69,7 +69,7 @@ jobs:
6969
username: ${{ secrets.DOCKERHUB_USERNAME }}
7070
password: ${{ secrets.DOCKERHUB_TOKEN }}
7171
- name: Build and push
72-
uses: docker/build-push-action@v4
72+
uses: docker/build-push-action@v5
7373
with:
7474
context: "."
7575
file: .clusterfuzzlite/Dockerfile
@@ -90,7 +90,7 @@ jobs:
9090
username: ${{ secrets.DOCKERHUB_USERNAME }}
9191
password: ${{ secrets.DOCKERHUB_TOKEN }}
9292
- name: Build and push
93-
uses: docker/build-push-action@v4
93+
uses: docker/build-push-action@v5
9494
with:
9595
file: testing/Dockerfile
9696
push: ${{ github.event_name == 'push' }}
@@ -110,7 +110,7 @@ jobs:
110110
username: ${{ secrets.DOCKERHUB_USERNAME }}
111111
password: ${{ secrets.DOCKERHUB_TOKEN }}
112112
- name: Build and push
113-
uses: docker/build-push-action@v4
113+
uses: docker/build-push-action@v5
114114
with:
115115
file: other/emscripten/Dockerfile
116116
push: ${{ github.event_name == 'push' }}
@@ -130,7 +130,7 @@ jobs:
130130
username: ${{ secrets.DOCKERHUB_USERNAME }}
131131
password: ${{ secrets.DOCKERHUB_TOKEN }}
132132
- name: Build and push
133-
uses: docker/build-push-action@v4
133+
uses: docker/build-push-action@v5
134134
with:
135135
file: other/docker/esp32/Dockerfile
136136
push: ${{ github.event_name == 'push' }}
@@ -150,7 +150,7 @@ jobs:
150150
username: ${{ secrets.DOCKERHUB_USERNAME }}
151151
password: ${{ secrets.DOCKERHUB_TOKEN }}
152152
- name: Build and push
153-
uses: docker/build-push-action@v4
153+
uses: docker/build-push-action@v5
154154
with:
155155
context: "{{defaultContext}}:other/docker/windows"
156156
push: ${{ github.event_name == 'push' }}
@@ -174,7 +174,7 @@ jobs:
174174
username: ${{ secrets.DOCKERHUB_USERNAME }}
175175
password: ${{ secrets.DOCKERHUB_TOKEN }}
176176
- name: Build and push
177-
uses: docker/build-push-action@v4
177+
uses: docker/build-push-action@v5
178178
with:
179179
context: "{{defaultContext}}:other/docker/windows"
180180
push: ${{ github.event_name == 'push' }}

.github/workflows/post-submit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Docker Buildx
1212
uses: docker/setup-buildx-action@v3
1313
- name: Docker Build
14-
uses: docker/build-push-action@v4
14+
uses: docker/build-push-action@v5
1515
with:
1616
file: other/docker/alpine-s390x/Dockerfile
1717

@@ -29,12 +29,12 @@ jobs:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131
- name: Build toxchat/c-toxcore:sources
32-
uses: docker/build-push-action@v4
32+
uses: docker/build-push-action@v5
3333
with:
3434
file: other/docker/sources/sources.Dockerfile
3535
tags: toxchat/c-toxcore:sources
3636
- name: Build and push
37-
uses: docker/build-push-action@v4
37+
uses: docker/build-push-action@v5
3838
with:
3939
file: other/docker/coverage/coverage.Dockerfile
4040
push: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)