From 870c4bf391ded190ae8b2fe67895409491809b77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 05:28:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/bounty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bounty.yml b/.github/workflows/bounty.yml index f337b5365c..e41e7c79e3 100644 --- a/.github/workflows/bounty.yml +++ b/.github/workflows/bounty.yml @@ -44,7 +44,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install npm packages run: npm install - name: Sync all bounty labels @@ -57,7 +57,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install npm packages run: npm install - name: Sync bounty labels