From c4b066a2c4faeedd564e8467a9416920bfb4b9a9 Mon Sep 17 00:00:00 2001 From: andri lim Date: Fri, 4 Aug 2023 14:32:12 +0700 Subject: [PATCH] ci: upgrade github actions/cache to v3 (#434) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78f2a1..b7aa0fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Restore Nim DLLs dependencies (Windows) from cache if: runner.os == 'Windows' id: windows-dlls-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: external/dlls-${{ matrix.target.cpu }} key: 'dlls-${{ matrix.target.cpu }}'