Skip to content

Commit 552f62b

Browse files
authored
Merge pull request #896 from GoodbyeNJN/main
🐛 Fixed `awalsh128/cache-apt-pkgs-action` version in workflow to `v1.4.3`
2 parents 28b78a0 + b8af956 commit 552f62b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/pake-cli.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Install dependencies (ubuntu only)
9494
if: inputs.platform == 'ubuntu-20.04'
95-
uses: awalsh128/cache-apt-pkgs-action@latest
95+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
9696
with:
9797
packages: libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
9898
version: 1.1

.github/workflows/pake_build_single_app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Install dependencies (ubuntu only)
7575
if: matrix.os == 'ubuntu-latest'
76-
uses: awalsh128/cache-apt-pkgs-action@latest
76+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
7777
with:
7878
packages: libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
7979
version: 1.1

.github/workflows/rust-code-quality-check.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,13 @@ jobs:
3838
tool: cargo-hack,nextest
3939
- name: Install dependencies for Ubuntu
4040
if: matrix.os == 'ubuntu-latest'
41-
uses: awalsh128/cache-apt-pkgs-action@latest
41+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
4242
with:
4343
packages: libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
4444
version: 1.0
4545
- name: Run unit & integration tests with nextest
4646
run: cargo hack --feature-powerset --exclude-features cli-build nextest run --no-tests=pass
4747

48-
4948
cargo-clippy:
5049
name: Check codebase quality (cargo clippy)
5150
runs-on: ${{ matrix.os }}
@@ -64,7 +63,7 @@ jobs:
6463
- uses: taiki-e/install-action@cargo-hack
6564
- name: Install dependencies for Ubuntu
6665
if: matrix.os == 'ubuntu-latest'
67-
uses: awalsh128/cache-apt-pkgs-action@latest
66+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
6867
with:
6968
packages: libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
7069
version: 1.0

0 commit comments

Comments
 (0)