From 74267e2097b9771fae71a9384c68b4084ca180bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Mar 2026 11:13:17 +0000 Subject: [PATCH] chore(deps): update oven-sh/setup-bun action to v2.1.3 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 95012f8..5a1c538 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + - uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version-file: ".bun-version" # only required for cspell compatibility until a mature replacement is available