From fb1e416bc8b0591984294eb9a3208c936afc86ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:14:32 +0000 Subject: [PATCH] chore(deps): update dependency gammu/gammu to v1.43.3 --- .github/actions/install-gammu/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-gammu/action.yml b/.github/actions/install-gammu/action.yml index 232d74410..3817d8930 100644 --- a/.github/actions/install-gammu/action.yml +++ b/.github/actions/install-gammu/action.yml @@ -13,7 +13,7 @@ runs: if: runner.os == 'Linux' env: # renovate: datasource=github-releases depName=gammu/gammu versioning=loose - GAMMU_VERSION: 1.43.2 + GAMMU_VERSION: 1.43.3 shell: bash run: | mkdir _gammu @@ -28,7 +28,7 @@ runs: if: runner.os == 'Windows' env: # renovate: datasource=github-releases depName=gammu/gammu versioning=loose - GAMMU_VERSION: 1.43.2 + GAMMU_VERSION: 1.43.3 shell: pwsh run: | C:/msys64/usr/bin/wget.exe -O gammu-setup.exe https://github.com/gammu/gammu/releases/download/$Env:GAMMU_VERSION/Gammu-$Env:GAMMU_VERSION-Windows-Minimal.exe