Skip to content

Commit

Permalink
Merge branch 'main' into feat/package-web
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Mar 11, 2024
2 parents f807980 + ef990e7 commit 3df9fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: echo "name=today::$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
shell: bash
- name: Cache clean flutter
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
if: matrix.job == 'flutter'
env:
# Increment version to invalidate bad/obsolete caches.
Expand All @@ -55,7 +55,7 @@ jobs:
path: ~/.dartdoc_grinder
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ steps.date.outputs.today }}
- name: Cache .pub-cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
if: matrix.job == 'flutter'
env:
# Increment version to invalidate bad/obsolete caches.
Expand Down

0 comments on commit 3df9fc0

Please sign in to comment.