Skip to content

Commit

Permalink
action.yml: fix awalsh128/cache-apt-pkgs-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Nov 7, 2023
1 parent 9787164 commit b30d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ runs:
python3 -m pip install --disable-pip-version-check -r ${{ github.action_path }}/requirements.txt
- if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }}
name: Install xmllint for safesvg
uses: awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8
uses: awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
with:
packages: libxml2-utils
version: 1.0
Expand Down

0 comments on commit b30d655

Please sign in to comment.