Skip to content

Commit bed2de8

Browse files
chore(deps): update awalsh128/cache-apt-pkgs-action action to v1.5.1 (#121)
Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
1 parent 7e4f9c9 commit bed2de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version-file: go.mod
2222
cache: false
2323
- name: Install systray dependencies
24-
uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
24+
uses: awalsh128/cache-apt-pkgs-action@4c82c3ccdc1344ee11e9775dbdbdf43aa8a5614e # v1.5.1
2525
with:
2626
packages: gcc libgtk-3-dev libayatana-appindicator3-dev
2727
version: amd64
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
go-version-file: go.mod
4343
- name: Install systray dependencies
44-
uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
44+
uses: awalsh128/cache-apt-pkgs-action@4c82c3ccdc1344ee11e9775dbdbdf43aa8a5614e # v1.5.1
4545
with:
4646
packages: gcc libgtk-3-dev libayatana-appindicator3-dev
4747
version: amd64
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
go-version-file: go.mod
7272
- name: Install systray dependencies
73-
uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
73+
uses: awalsh128/cache-apt-pkgs-action@4c82c3ccdc1344ee11e9775dbdbdf43aa8a5614e # v1.5.1
7474
with:
7575
packages: gcc libgtk-3-dev libayatana-appindicator3-dev
7676
version: ${{ matrix.platform }}

0 commit comments

Comments
 (0)