From 344222e0553fd91e4683537e89168d84c9150948 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Wed, 18 Feb 2026 09:56:43 -0800 Subject: [PATCH] chore(ci): bump actions/checkout and actions/cache to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38c7bb4..6757b12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: rust: [ 1.65.0 ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache Cargo - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry