Skip to content

Commit

Permalink
Merge pull request #2 from heacare/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
serverwentdown committed Jun 9, 2024
2 parents 9c3e688 + 6c3396c commit 9f3ec2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
matrix:
dart: ['2.17.6']
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ runner.tool_cache }}/dart-sdk
key: ${{ runner.os }}-dart-sdk-${{ matrix.dart }}
- uses: heacare/setup-dart@add-matcher
with:
sdk: ${{ matrix.dart }}
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.PUB_CACHE }}
key: ${{ runner.os }}-dart-pub-cache-${{ hashFiles('**/pubspec.yaml')}}
Expand All @@ -33,15 +33,15 @@ jobs:
matrix:
dart: ['2.17.6']
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ runner.tool_cache }}/dart-sdk
key: ${{ runner.os }}-dart-sdk-${{ matrix.dart }}
- uses: heacare/setup-dart@add-matcher
with:
sdk: ${{ matrix.dart }}
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.PUB_CACHE }}
key: ${{ runner.os }}-dart-pub-cache-${{ hashFiles('**/pubspec.yaml')}}
Expand All @@ -54,15 +54,15 @@ jobs:
matrix:
dart: ['2.17.6']
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ runner.tool_cache }}/dart-sdk
key: ${{ runner.os }}-dart-sdk-${{ matrix.dart }}
- uses: heacare/setup-dart@add-matcher
with:
sdk: ${{ matrix.dart }}
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.PUB_CACHE }}
key: ${{ runner.os }}-dart-pub-cache-${{ hashFiles('**/pubspec.yaml')}}
Expand Down

0 comments on commit 9f3ec2e

Please sign in to comment.