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