From 0bf8ea511ba0f722443465a623eaab8cb84d115d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:52:09 +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 c68d622a..f9b79ffe 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 ec2a6ed3..30330e83 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