Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
serverwentdown authored Sep 11, 2023
2 parents 8d8caf7 + 0f7b198 commit 9c3e688
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: heacare/setup-dart@add-matcher
with:
sdk: ${{ matrix.dart }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ${{ env.PUB_CACHE }}
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: heacare/setup-dart@add-matcher
with:
sdk: ${{ matrix.dart }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ${{ env.PUB_CACHE }}
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: heacare/setup-dart@add-matcher
with:
sdk: ${{ matrix.dart }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ${{ env.PUB_CACHE }}
Expand Down

0 comments on commit 9c3e688

Please sign in to comment.