From e53ae5719a9eb0f1a4ad778703928bd31abc7e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 01:10:36 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.2...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lighthouse-on-vercel-preview-url.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-on-vercel-preview-url.yml b/.github/workflows/lighthouse-on-vercel-preview-url.yml index d659121..79a5302 100644 --- a/.github/workflows/lighthouse-on-vercel-preview-url.yml +++ b/.github/workflows/lighthouse-on-vercel-preview-url.yml @@ -21,7 +21,7 @@ jobs: # find project id here: https://vercel.com/studio-freight/satus/settings vercel_team_id: 'studio-freight' vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID }} - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v4.1.5 - name: Audit preview URL with Lighthouse id: lighthouse_audit uses: treosh/lighthouse-ci-action@v9