From 7600c89096afc80055854fe9519e2dbd7b318593 Mon Sep 17 00:00:00 2001 From: Diogo Biazus Date: Wed, 19 Mar 2025 14:28:41 -0400 Subject: [PATCH] Update actions/cache for our CI actions are erroring and it seems the version 2 is no longer supported. --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c3b54..d0feba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: with: ghc-version: ${{ matrix.ghc }} - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v4 name: Cache ~/dist-newstyle with: path: ~/dist-newstyle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1efe0f..821bcdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: with: ghc-version: ${{ matrix.ghc }} - - uses: actions/cache@v2.1.3 + - uses: actions/cache@v4 name: Cache ~/dist-newstyle with: path: ~/dist-newstyle