diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a61f4ee..6279199 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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/*' - @@ -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' diff --git a/.lycheeignore b/.lycheeignore index b571426..bae77b5 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,3 +1,3 @@ ^https://codepen\.io/ -https://www.webpagetest.org/ -https://www.fastcompany.com/ +^https://www\.webpagetest\.org/ +^https://www\.fastcompany\.com/