We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
awalsh/cache-apt-pkgs-action
latest
1 parent 8f874b4 commit e3c069aCopy full SHA for e3c069a
1 file changed
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Install APT depedencies
71
if: ${{ env.ACT != 'true' }}
72
- uses: awalsh128/cache-apt-pkgs-action@latest
+ uses: awalsh128/cache-apt-pkgs-action@v1.6.1
73
with:
74
packages: html2md python3-babel
75
version: 1
@@ -134,7 +134,7 @@ jobs:
134
135
- name: Install dependencies
136
137
138
139
packages: libjson-perl libwww-perl libxml-simple-perl libyaml-perl
140
0 commit comments