From d5fadfb81ad74081fd73a591ec2a6c60e0778e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:58:15 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/baseline-validator.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline-validator.yml b/.github/workflows/baseline-validator.yml index ac67d79..79fc846 100644 --- a/.github/workflows/baseline-validator.yml +++ b/.github/workflows/baseline-validator.yml @@ -62,7 +62,7 @@ jobs: steps: # Checks out the repository under $GITHUB_WORKSPACE, so the job can access it # This step is required for GitHub Actions workflows to interact with repository contents - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 name: "Checkout Repository" # Validate the Dev Container configuration diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4f892f4..b378252 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0