Skip to content

Commit e3c069a

Browse files
committed
Bump awalsh/cache-apt-pkgs-action - use version number instead of latest tag
1 parent 8f874b4 commit e3c069a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Install APT depedencies
7171
if: ${{ env.ACT != 'true' }}
72-
uses: awalsh128/cache-apt-pkgs-action@latest
72+
uses: awalsh128/cache-apt-pkgs-action@v1.6.1
7373
with:
7474
packages: html2md python3-babel
7575
version: 1
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Install dependencies
136136
if: ${{ env.ACT != 'true' }}
137-
uses: awalsh128/cache-apt-pkgs-action@latest
137+
uses: awalsh128/cache-apt-pkgs-action@v1.6.1
138138
with:
139139
packages: libjson-perl libwww-perl libxml-simple-perl libyaml-perl
140140
version: 1

0 commit comments

Comments
 (0)