From 30f8ef0a78da32b4108d0a6ffad04539ee3b6c47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:57:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/autofix.yml | 2 +- .github/workflows/tests.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 7ac0e39e..1035c841 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -15,7 +15,7 @@ jobs: github.event_name == 'pull_request' || (github.event_name == 'push' && github.event.sender.type != 'Bot' && github.event.head_commit != null) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c347109..0ff80a93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: matrix: bun: ["1.3.2", "latest"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/cache@v5 with: path: ~/.bun/install/cache @@ -62,7 +62,7 @@ jobs: JWT_SECRET: "test-secret" JWT_ALGORITHM: "HS256" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/cache@v5 with: path: ~/.bun/install/cache @@ -95,7 +95,7 @@ jobs: matrix: bun: ["1.3.2", "latest"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/cache@v5 with: path: ~/.bun/install/cache