Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/install-gammu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down