Skip to content

Commit 403235f

Browse files
committed
Update cache-apt-pkgs-action
1 parent 19d291c commit 403235f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Install doxygen
19-
uses: awalsh128/cache-apt-pkgs-action@v1.2.4
19+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
2020
with:
2121
packages: doxygen
2222

.github/workflows/main.ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- if: matrix.os == 'ubuntu-20.04'
2929
name: Install apt packages
30-
uses: awalsh128/cache-apt-pkgs-action@v1.2.4
30+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
3131
with:
3232
packages: build-essential cmake wget tar
3333

@@ -137,7 +137,7 @@ jobs:
137137
submodules: recursive
138138

139139
- name: Install apt packages
140-
uses: awalsh128/cache-apt-pkgs-action@v1.2.4
140+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
141141
with:
142142
packages: mono-mcs nuget
143143

0 commit comments

Comments
 (0)