From 59fc56028277bce9cba70738626132a219826ff6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:13:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/da-release-notes.yaml | 2 +- .github/workflows/lint_test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/da-release-notes.yaml b/.github/workflows/da-release-notes.yaml index c68d622af..f9b79ffec 100644 --- a/.github/workflows/da-release-notes.yaml +++ b/.github/workflows/da-release-notes.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Use email bot uses: adobecom/da-email-bot@main env: diff --git a/.github/workflows/lint_test.yaml b/.github/workflows/lint_test.yaml index ec2a6ed35..30330e837 100644 --- a/.github/workflows/lint_test.yaml +++ b/.github/workflows/lint_test.yaml @@ -14,7 +14,7 @@ jobs: node-version: [20.x] steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2