This commit is contained in:
dependabot[bot] 2026-06-26 00:05:13 +00:00 committed by GitHub
commit 5a0ddd085e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v4
- name: Cache Docker layers
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashFiles('Dockerfile', 'pubspec.lock') }}