Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesea committed Nov 12, 2024
1 parent fe531ef commit 0d278f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
# https://github.com/dart-lang/setup-dart/blob/main/README.md
- uses: dart-lang/setup-dart@v1.3
- uses: dart-lang/setup-dart@v1
with:
sdk: stable

Expand All @@ -52,4 +52,4 @@ jobs:
dart pub global activate coverage
dart pub global run coverage:test_with_coverage --branch-coverage
- name: "Upload coverage"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 0d278f5

Please sign in to comment.