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:
parent
2b900b0029
commit
8596ddb72a
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user