From db248defe0422a118a74bef3f6c4ade65201829e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:18:15 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .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 315a844a..f732fb4b 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@v4 + - uses: actions/checkout@v5 - name: Setting labels uses: FiligranHQ/auto-label@1.0.0 with: