1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Upgrade strip-gh-theme-links action to v3 (#7389)

This commit is contained in:
Álvaro Mondéjar 2022-05-07 15:46:03 -05:00 committed by GitHub
parent 2b900b0029
commit 8596ddb72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Remove dark theme images from README
uses: mondeja/strip-gh-theme-links@v2
uses: mondeja/strip-gh-theme-links@v3
with:
files: README.md
strict: true
@ -75,7 +75,7 @@ jobs:
export PACKAGE_VERSION=$(cat package.json | grep 'version' | sed 's/[ \",:]//g' | sed 's/version//')
echo "::set-output name=version::$PACKAGE_VERSION"
- name: Remove dark theme images from README
uses: mondeja/strip-gh-theme-links@v2
uses: mondeja/strip-gh-theme-links@v3
with:
files: README.md
strict: true