Skip to content

Commit

Permalink
Consistently use the latest in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Jan 12, 2025
1 parent 803ad75 commit a5a9f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: "~/.pub-cache/hosted"
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1.3
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- name: "Dependencies"
Expand Down

0 comments on commit a5a9f23

Please sign in to comment.