mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 17:01:03 +00:00
Bump awalsh128/cache-apt-pkgs-action from 1.1.3 to 1.2.4
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.1.3 to 1.2.4. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.1.3...v1.2.4) --- 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>
This commit is contained in:
parent
57db63ddde
commit
1150670d07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Get tags
|
- name: Get tags
|
||||||
run: git fetch --tags origin -f
|
run: git fetch --tags origin -f
|
||||||
|
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1.1.3
|
- uses: awalsh128/cache-apt-pkgs-action@v1.2.4
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
with:
|
with:
|
||||||
packages: portaudio19-dev
|
packages: portaudio19-dev
|
||||||
|
|
Loading…
Reference in a new issue