From c832b6a8a94181c2e3bfa592ffb02ef76c14805e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A6=88=EB=88=85?= Date: Thu, 31 Oct 2024 17:49:36 +0900 Subject: [PATCH] github actions: use actions/cache v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85801822..a2a733b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Caching cargo - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry