From 82f0a89e9dfc93970f12138694ea69f5c104462d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 08:32:37 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.6. - [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.6) --- 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 +- .github/workflows/size-limit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighthouse-on-vercel-preview-url.yml b/.github/workflows/lighthouse-on-vercel-preview-url.yml index 244a1f7..0f8b7e9 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.6 - name: Audit preview URL with Lighthouse id: lighthouse_audit uses: treosh/lighthouse-ci-action@v9 diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index 3c3465b..4849522 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -11,7 +11,7 @@ jobs: env: CI_JOB_NUMBER: 1 steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v4.1.6 - uses: andresz1/size-limit-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file