Skip to content

Commit fb562fc

Browse files
dependabot[bot]SamTV12345
authored andcommitted
build(deps): bump awalsh128/cache-apt-pkgs-action from 1.5.0 to 1.5.1
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](awalsh128/cache-apt-pkgs-action@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d462e7 commit fb562fc

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.5.0
56+
uses: awalsh128/cache-apt-pkgs-action@v1.5.1
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.5.0
116+
uses: awalsh128/cache-apt-pkgs-action@v1.5.1
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.5.0
46+
uses: awalsh128/cache-apt-pkgs-action@v1.5.1
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.5.0
65+
uses: awalsh128/cache-apt-pkgs-action@v1.5.1
6666
with:
6767
packages: libreoffice libreoffice-pdfimport
6868
version: 1.0

0 commit comments

Comments
 (0)