From 1f3d31386e57af8efb4fffed7a5bf7eb88df7916 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Yuji Date: Sun, 15 Dec 2024 16:58:06 +0900 Subject: [PATCH] Update actions/cache As far as I read https://github.com/actions/cache/blob/main/RELEASES.md, just increasing the version number is sufficient Should fix https://github.com/haskell-jp/antenna/issues/33 --- .github/workflows/build.yaml | 2 +- .github/workflows/update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1f9c8ed..ba8cf07 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: - name: Cache .stack id: cache-stack - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.stack key: "\ diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index b640caa..7b3d315 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -26,7 +26,7 @@ jobs: - name: Cache .stack id: cache-stack - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.stack key: "\