Skip to content

Commit 3e95ae2

Browse files
dependabot[bot]SamTV12345
authored andcommitted
Bump awalsh128/cache-apt-pkgs-action from 1.4.3 to 1.5.0
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](awalsh128/cache-apt-pkgs-action@v1.4.3...v1.5.0) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 397fc61 commit 3e95ae2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm config set auto-install-peers false
5454
-
5555
name: Install libreoffice
56-
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
56+
uses: awalsh128/cache-apt-pkgs-action@v1.5.0
5757
with:
5858
packages: libreoffice libreoffice-pdfimport
5959
version: 1.0
@@ -113,7 +113,7 @@ jobs:
113113
run: pnpm config set auto-install-peers false
114114
-
115115
name: Install libreoffice
116-
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
116+
uses: awalsh128/cache-apt-pkgs-action@v1.5.0
117117
with:
118118
packages: libreoffice libreoffice-pdfimport
119119
version: 1.0

.github/workflows/upgrade-from-latest-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Only install direct dependencies
4444
run: pnpm config set auto-install-peers false
4545
- name: Install libreoffice
46-
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
46+
uses: awalsh128/cache-apt-pkgs-action@v1.5.0
4747
with:
4848
packages: libreoffice libreoffice-pdfimport
4949
version: 1.0
@@ -62,7 +62,7 @@ jobs:
6262
run: pnpm config set auto-install-peers false
6363
-
6464
name: Install libreoffice
65-
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
65+
uses: awalsh128/cache-apt-pkgs-action@v1.5.0
6666
with:
6767
packages: libreoffice libreoffice-pdfimport
6868
version: 1.0

0 commit comments

Comments
 (0)