Skip to content

Commit adb0ae9

Browse files
Bump awalsh128/cache-apt-pkgs-action from 1.5.3 to 1.6.0
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.5.3 to 1.6.0. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](awalsh128/cache-apt-pkgs-action@v1.5.3...v1.6.0) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae5783c commit adb0ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-gui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- if: startsWith(matrix.os, 'ubuntu')
6767
name: Set up Linux dependencies
68-
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
68+
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
6969
with:
7070
packages: libgtk-3-dev webkit2gtk-4.1 libappindicator3-dev librsvg2-dev patchelf
7171
# Increment to invalidate the cache

.github/workflows/gradle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
path: server/desktop/build/libs/
165165

166166
- name: Set up Linux dependencies
167-
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
167+
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
168168
with:
169169
packages: |
170170
build-essential curl wget file libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev

0 commit comments

Comments
 (0)