Merge branch 'main' into fix-deprecation-warnings

This commit is contained in:
Emruz Hossain 2024-05-10 23:56:41 +06:00 committed by GitHub
commit 674e603fce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 138 additions and 98 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout to the commit that has been pushed
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5
- name: Setup Node
uses: actions/setup-node@v4
@ -35,7 +35,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5
- name: Setup Node
uses: actions/setup-node@v4
@ -62,7 +62,7 @@ jobs:
NETLIFY_TOKEN: ${{secrets.NETLIFY_TOKEN}}
- name: Run Lighthouse
uses: foo-software/lighthouse-check-action@v10.0.0
uses: foo-software/lighthouse-check-action@v12.0.1
id: lighthouseCheck
with:
accessToken: ${{ secrets.LIGHTHOUSE_TOKEN }}
@ -87,6 +87,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout to latest commit
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.5
# run markdown linter
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15