From 638e1037a7018760047a2679f5ae5d2e1b0da979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:15:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/upload-assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-assets.yml b/.github/workflows/upload-assets.yml index 8838913..6c2cdb8 100644 --- a/.github/workflows/upload-assets.yml +++ b/.github/workflows/upload-assets.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🚀 Generate dist files run: make generate