From 24f418162d137b7dd2d23ccc2c91f6cab62d7936 Mon Sep 17 00:00:00 2001 From: Naoya Yamashita Date: Sat, 27 Sep 2025 15:11:03 +0900 Subject: [PATCH] update CI dependency --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23efbce..f94e006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,19 +15,19 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 - name: Cache Maven - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/deps.edn') }} - name: Setup Babashka - uses: turtlequeue/setup-babashka@v1.5.0 + uses: turtlequeue/setup-babashka@v1.7.0 with: babashka-version: 1.3.189