From 8428b8b07a69d61893a304dcd21bf1a9bc986e80 Mon Sep 17 00:00:00 2001 From: yoshoku Date: Mon, 1 Jan 2024 15:03:54 +0900 Subject: [PATCH] ci: bump actions/cache from 2 to 3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34da426..7d39cb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: LIBTORCH_VERSION: 1.13.0 steps: - uses: actions/checkout@v4 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/libtorch key: libtorch-${{ env.LIBTORCH_VERSION }}