From 716554ad4b8b3011222d74228d98454d4c754f20 Mon Sep 17 00:00:00 2001 From: "alchemax-housekeeper[bot]" <258233519+alchemax-housekeeper[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 00:55:51 +0000 Subject: [PATCH] chore: update github actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfba4ae..bba5ba5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - &checkout-code name: Checkout code (shallow) - uses: actions/checkout@v6 + uses: actions/checkout@v7 - &cache-commitlint name: Cache Commitlint @@ -38,7 +38,7 @@ jobs: needs: install-commitlint steps: - name: Checkout code (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75c6109..958c0e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -95,7 +95,7 @@ jobs: private-key: ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Read Rust toolchain version id: rust-version