From 64fb22997acd33940ad36c8e25b0e7bd2bbdfb89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:25:01 +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