Skip to content

Commit

Permalink
Merge pull request #3 from anthochamp/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
anthochamp authored Aug 20, 2024
2 parents e7ebe2d + 5ff94dc commit 44401e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1.5.0

- id: install
Expand All @@ -30,7 +30,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1.5.0

- id: install
Expand Down

0 comments on commit 44401e1

Please sign in to comment.