Skip to content

Commit

Permalink
chore(docs): bump versions for actions/checkout, nwtgck/actions-netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Oct 28, 2024
1 parent e24b452 commit 68fd20c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.2
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: ./dist
production-branch: main
Expand Down
4 changes: 2 additions & 2 deletions docs/content/1.guide/guides/generating-static-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -89,7 +89,7 @@ jobs:
run: unlighthouse-ci --site <your-site> --build-static

- name: Deploy report to Netlify
uses: nwtgck/actions-netlify@v1.2
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: ./.unlighthouse
production-branch: main
Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.integrations/1.ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 68fd20c

Please sign in to comment.