Skip to content

Commit

Permalink
chore: 🤖 cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun committed Dec 15, 2023
1 parent a11bae5 commit 95f2c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 95f2c80

Please sign in to comment.