From 20ac1304af74f706c5efcb55009642d0340508be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:23:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index af9f731..a8755a9 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -22,7 +22,7 @@ jobs: project-name: ${{ steps.set-outputs.outputs.project-name }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Set outputs id: set-outputs run: |