From 68fd20c0a5eb0e90ce43e7bc7295af70b41852a5 Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:57:06 +0000 Subject: [PATCH] chore(docs): bump versions for actions/checkout, nwtgck/actions-netlify --- .github/workflows/demo.yml | 2 +- docs/content/1.guide/guides/generating-static-reports.md | 4 ++-- docs/content/2.integrations/1.ci.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 0505d2df..35a99229 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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 diff --git a/docs/content/1.guide/guides/generating-static-reports.md b/docs/content/1.guide/guides/generating-static-reports.md index 5ef7e738..45dd2953 100644 --- a/docs/content/1.guide/guides/generating-static-reports.md +++ b/docs/content/1.guide/guides/generating-static-reports.md @@ -78,7 +78,7 @@ jobs: demo: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -89,7 +89,7 @@ jobs: run: unlighthouse-ci --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 diff --git a/docs/content/2.integrations/1.ci.md b/docs/content/2.integrations/1.ci.md index cff75726..351c6ad1 100644 --- a/docs/content/2.integrations/1.ci.md +++ b/docs/content/2.integrations/1.ci.md @@ -157,7 +157,7 @@ jobs: demo: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0