From 95f2c8095d75261ded12e3346de23d32b534d223 Mon Sep 17 00:00:00 2001 From: tomokisun Date: Sat, 16 Dec 2023 02:37:54 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20cache=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f4c7e0..41b49e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - run: ./.github/workflows/scripts/install-flutter.sh 3.16.4 - run: ./.github/workflows/scripts/install-tools.sh - run: flutter pub get - - uses: actions/cache@v4 + - uses: actions/cache@v3 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}