From a0b991ebf2a443ff3f7d1d1fcf83ab4932d04c3b Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Wed, 11 Dec 2024 14:12:55 +0900 Subject: [PATCH] CI: Update `actions/cache` --- .github/workflows/ci-nighty.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-nighty.yml b/.github/workflows/ci-nighty.yml index 5e6670b..ff4fffd 100644 --- a/.github/workflows/ci-nighty.yml +++ b/.github/workflows/ci-nighty.yml @@ -26,7 +26,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45801de..e176160 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: