Browse Source

chore(deps): update actions/cache digest to 704facf

pull/743/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
5b37fb6cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/dart.yml
  2. 6
      .github/workflows/publish.yaml

2
.github/workflows/dart.yml

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Cache dependencies
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: ~/.pub-cache/hosted
key: dart-ci

6
.github/workflows/publish.yaml

@ -43,14 +43,14 @@ jobs:
channel: 'stable'
cache: true
- name: Pub dependency cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: ${{ env.PUB_CACHE }}
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
restore-keys: |
${{ runner.os }}-pub-
- name: Gradle dependency cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: |
~/.gradle/caches
@ -118,7 +118,7 @@ jobs:
channel: 'stable'
cache: true
- name: Pub dependency cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: ${{ env.PUB_CACHE }}
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}

Loading…
Cancel
Save