Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 15, 2024
2 parents c8e5549 + 93d0916 commit 0417bd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Run Lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1
with:
args: >-
--verbose
Expand All @@ -32,7 +32,7 @@ jobs:
fail: true
-
name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
-
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: '~/.cache/pip'
key: '${{ runner.os }}-pip-yamllint'
Expand Down
4 changes: 2 additions & 2 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
^https://codepen\.io/
https://www.webpagetest.org/
https://www.fastcompany.com/
^https://www\.webpagetest\.org/
^https://www\.fastcompany\.com/

0 comments on commit 0417bd5

Please sign in to comment.