From b40870426b374f6ca8f809b0912845aaa25505a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:42:44 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ecda670..6979606 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache asdf - uses: actions/cache@v3 + uses: actions/cache@v4 id: asdf_cache with: path: ~/.asdf/ @@ -16,7 +16,7 @@ jobs: - uses: asdf-vm/actions/install@v3 - name: Cache flutter dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: flutter_cache with: path: .dart_tool/ @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache asdf - uses: actions/cache@v3 + uses: actions/cache@v4 id: asdf_cache with: path: ~/.asdf/ @@ -48,7 +48,7 @@ jobs: sudo apt update sudo apt install webp - name: Cache flutter dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: flutter_cache with: path: |