From df379ee2343fca9f669c9b946c6eddf22b2b8070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:17:12 +0000 Subject: [PATCH] Bump awalsh128/cache-apt-pkgs-action from 1.5.1 to 1.5.3 Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.5.1...v1.5.3) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-gui.yml | 2 +- .github/workflows/gradle.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gui.yml b/.github/workflows/build-gui.yml index bd81ef18d..91124e752 100644 --- a/.github/workflows/build-gui.yml +++ b/.github/workflows/build-gui.yml @@ -65,7 +65,7 @@ jobs: - if: startsWith(matrix.os, 'ubuntu') name: Set up Linux dependencies - uses: awalsh128/cache-apt-pkgs-action@v1.5.1 + uses: awalsh128/cache-apt-pkgs-action@v1.5.3 with: packages: libgtk-3-dev webkit2gtk-4.1 libappindicator3-dev librsvg2-dev patchelf # Increment to invalidate the cache diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml index 1c6430773..238785139 100644 --- a/.github/workflows/gradle.yaml +++ b/.github/workflows/gradle.yaml @@ -164,7 +164,7 @@ jobs: path: server/desktop/build/libs/ - name: Set up Linux dependencies - uses: awalsh128/cache-apt-pkgs-action@v1.5.1 + uses: awalsh128/cache-apt-pkgs-action@v1.5.3 with: packages: | build-essential curl wget file libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev