From 725dad20c1ac4c20eb8808818b23655750b65401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:55:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/auto-set-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-set-labels.yml b/.github/workflows/auto-set-labels.yml index d3b1415b..a196da8b 100644 --- a/.github/workflows/auto-set-labels.yml +++ b/.github/workflows/auto-set-labels.yml @@ -7,7 +7,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setting labels uses: FiligranHQ/auto-label@1.0.0 with: