mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-03 17:43:09 +03: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: |
|
restore-keys: |
|
||||||
${{ runner.os }}-node-
|
${{ runner.os }}-node-
|
||||||
- name: Remove dark theme images from README
|
- name: Remove dark theme images from README
|
||||||
uses: mondeja/strip-gh-theme-links@v2
|
uses: mondeja/strip-gh-theme-links@v3
|
||||||
with:
|
with:
|
||||||
files: README.md
|
files: README.md
|
||||||
strict: true
|
strict: true
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
export PACKAGE_VERSION=$(cat package.json | grep 'version' | sed 's/[ \",:]//g' | sed 's/version//')
|
export PACKAGE_VERSION=$(cat package.json | grep 'version' | sed 's/[ \",:]//g' | sed 's/version//')
|
||||||
echo "::set-output name=version::$PACKAGE_VERSION"
|
echo "::set-output name=version::$PACKAGE_VERSION"
|
||||||
- name: Remove dark theme images from README
|
- name: Remove dark theme images from README
|
||||||
uses: mondeja/strip-gh-theme-links@v2
|
uses: mondeja/strip-gh-theme-links@v3
|
||||||
with:
|
with:
|
||||||
files: README.md
|
files: README.md
|
||||||
strict: true
|
strict: true
|
||||||
|
Loading…
Reference in New Issue
Block a user