Skip to content

Commit 6068464

Browse files
authored
Merge branch 'dev' into dev-bookworm
2 parents 4324c97 + 967fb29 commit 6068464

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,13 @@ jobs:
315315
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
316316
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
317317
318-
- uses: Wandalen/wretry.action@v3.7.3
318+
- uses: Wandalen/wretry.action@v3.8.0
319319
name: Run bats unit and integration tests in bidge network mode
320320
with:
321321
attempt_limit: 3
322322
command: timeout 9m docker run --rm -e GITHUB_RUN_ID=$GITHUB_RUN_ID -v "${PWD}/src/tests/bats:/code" bats-withfhem:latest -T -t . --filter-tags '!hostMode,!extendedOnly'
323323

324-
- uses: Wandalen/wretry.action@v3.7.3
324+
- uses: Wandalen/wretry.action@v3.8.0
325325
name: Run bats unit and integration tests in host network mode
326326
with:
327327
attempt_limit: 3
@@ -391,7 +391,7 @@ jobs:
391391
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
392392
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
393393
394-
- uses: Wandalen/wretry.action@v3.7.3
394+
- uses: Wandalen/wretry.action@v3.8.0
395395
name: Run bats unit and integration tests in host network mode
396396
with:
397397
attempt_limit: 3

.github/workflows/prepare-svn/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ outputs:
1212
runs:
1313
using: "composite"
1414
steps:
15+
- name: install svn
16+
shell: bash
17+
run: sudo apt-get install -y subversion
1518
- name: Get latest svn revision from remote server
1619
shell: bash
1720
id: svnRemote

Dockerfile-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
1+
# syntax=docker/dockerfile:1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
22
#
33
# base layer with perl and some general preparations
44
#

Dockerfile-threaded-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
1+
# syntax=docker/dockerfile:1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
22
#
33
# base layer with perl and some general preparations
44
#

0 commit comments

Comments
 (0)