From 0cdc4bd09731e46cc30826e4d98db9218f6195b4 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Wed, 4 Feb 2026 10:31:30 +0100 Subject: [PATCH] chore: Update outdated GitHub Actions versions --- .github/workflows/bun-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bun-ci.yml b/.github/workflows/bun-ci.yml index d3e4dcb7..bc302476 100644 --- a/.github/workflows/bun-ci.yml +++ b/.github/workflows/bun-ci.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Bun uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 @@ -38,7 +38,7 @@ jobs: bun-version: 1.2.18 - name: Cache Bun modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.bun/install/cache key: ${{ runner.os }}-bun-1.2.18-${{ hashFiles('apps/web/bun.lock') }}